| Package | Description | 
|---|---|
| org.apache.struts2.dispatcher | This package contains a reimagining of the traditional Struts filter dispatchers. | 
| org.apache.struts2.dispatcher.filter | |
| org.apache.struts2.dispatcher.listener | |
| org.apache.struts2.dispatcher.servlet | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Dispatcher | InitOperations. createDispatcher(HostConfig filterConfig)Create a  Dispatcher | 
| Dispatcher | InitOperations. initDispatcher(HostConfig filterConfig)Creates and initializes the dispatcher | 
| StaticContentLoader | InitOperations. initStaticContentLoader(HostConfig filterConfig,
                       Dispatcher dispatcher)Initializes the static content loader with the filter configuration | 
| void | StaticContentLoader. setHostConfig(HostConfig filterConfig) | 
| void | DefaultStaticContentLoader. setHostConfig(HostConfig filterConfig) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FilterHostConfigHost configuration that wraps FilterConfig | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ListenerHostConfigHost configuration that just holds a ServletContext | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServletHostConfigHost configuration that wraps a ServletConfig | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.