Uses of Interface
org.apache.struts2.dispatcher.StaticContentLoader

Packages that use StaticContentLoader
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. 
 

Uses of StaticContentLoader in org.apache.struts2.dispatcher
 

Classes in org.apache.struts2.dispatcher that implement StaticContentLoader
 class DefaultStaticContentLoader
           
 

Fields in org.apache.struts2.dispatcher declared as StaticContentLoader
protected  StaticContentLoader FilterDispatcher.staticResourceLoader
          Deprecated. Loads static resources, set by injection.
 

Methods in org.apache.struts2.dispatcher with parameters of type StaticContentLoader
 void FilterDispatcher.setStaticResourceLoader(StaticContentLoader staticResourceLoader)
          Deprecated. Modify state of StrutsConstants.STRUTS_STATIC_CONTENT_LOADER setting.
 

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

Methods in org.apache.struts2.dispatcher.ng that return StaticContentLoader
 StaticContentLoader InitOperations.initStaticContentLoader(HostConfig filterConfig, Dispatcher dispatcher)
          Initializes the static content loader with the filter configuration
 



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