Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStaticContentLoader
Default implementation to server static content
This class is used to serve common static content needed when using various parts of Struts, such as JavaScript
files, CSS files, etc.
|
Modifier and Type | Field and Description |
---|---|
protected StaticContentLoader |
FilterDispatcher.staticResourceLoader
Deprecated.
Loads static resources, set by injection.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterDispatcher.setStaticResourceLoader(StaticContentLoader staticResourceLoader)
Deprecated.
Modify state of StrutsConstants.STRUTS_STATIC_CONTENT_LOADER setting.
|
Modifier and Type | Method and Description |
---|---|
StaticContentLoader |
InitOperations.initStaticContentLoader(HostConfig filterConfig,
Dispatcher dispatcher)
Initializes the static content loader with the filter configuration
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.