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.listener   
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
 void StaticContentLoader.setHostConfig(HostConfig filterConfig)
           
 void DefaultStaticContentLoader.setHostConfig(HostConfig filterConfig)
           
 

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

Methods in org.apache.struts2.dispatcher.ng with parameters of type HostConfig
 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.listener
 

Classes in org.apache.struts2.dispatcher.ng.listener that implement HostConfig
 class ListenerHostConfig
          Host configuration that just holds a ServletContext
 

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-2012 Apache Software Foundation. All Rights Reserved.