Uses of Interface
org.apache.struts2.dispatcher.ng.HostConfig

Packages that use HostConfig
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.ng This package contains a reimagining of the traditional Struts filter dispatchers. 
org.apache.struts2.dispatcher.ng.filter   
org.apache.struts2.dispatcher.ng.servlet   
 

Uses of HostConfig in org.apache.struts2.dispatcher
 

Methods in org.apache.struts2.dispatcher with parameters of type HostConfig
private  void DefaultStaticContentLoader.initLogging(HostConfig filterConfig)
           
 void DefaultStaticContentLoader.setHostConfig(HostConfig filterConfig)
           
 void StaticContentLoader.setHostConfig(HostConfig filterConfig)
           
 

Uses of HostConfig in org.apache.struts2.dispatcher.ng
 

Methods in org.apache.struts2.dispatcher.ng with parameters of type HostConfig
private  Dispatcher InitOperations.createDispatcher(HostConfig filterConfig)
          Create a Dispatcher
 Dispatcher InitOperations.initDispatcher(HostConfig filterConfig)
          Creates and initializes the dispatcher
 void InitOperations.initLogging(HostConfig filterConfig)
          Initializes the internal Struts logging
 StaticContentLoader InitOperations.initStaticContentLoader(HostConfig filterConfig, Dispatcher dispatcher)
          Initializes the static content loader with the filter configuration
 

Uses of HostConfig in org.apache.struts2.dispatcher.ng.filter
 

Classes in org.apache.struts2.dispatcher.ng.filter that implement HostConfig
 class FilterHostConfig
          Host configuration that wraps FilterConfig
 

Uses of HostConfig in org.apache.struts2.dispatcher.ng.servlet
 

Classes in org.apache.struts2.dispatcher.ng.servlet that implement HostConfig
 class ServletHostConfig
          Host configuration that wraps a ServletConfig
 



Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.