Uses of Interface
org.apache.struts2.dispatcher.HostConfig
Packages that use HostConfig
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of HostConfig in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher with parameters of type HostConfigModifier and TypeMethodDescriptionprotected Dispatcher
InitOperations.createDispatcher
(HostConfig filterConfig) Create aDispatcher
InitOperations.initDispatcher
(HostConfig filterConfig) Creates and initializes the dispatcherInitOperations.initStaticContentLoader
(HostConfig filterConfig, Dispatcher dispatcher) Initializes the static content loader with the filter configurationvoid
DefaultStaticContentLoader.setHostConfig
(HostConfig filterConfig) void
StaticContentLoader.setHostConfig
(HostConfig filterConfig) -
Uses of HostConfig in org.apache.struts2.dispatcher.filter
Classes in org.apache.struts2.dispatcher.filter that implement HostConfigModifier and TypeClassDescriptionclass
Host configuration that wraps FilterConfig -
Uses of HostConfig in org.apache.struts2.dispatcher.listener
Classes in org.apache.struts2.dispatcher.listener that implement HostConfigModifier and TypeClassDescriptionclass
Host configuration that just holds a ServletContext -
Uses of HostConfig in org.apache.struts2.dispatcher.servlet
Classes in org.apache.struts2.dispatcher.servlet that implement HostConfigModifier and TypeClassDescriptionclass
Host configuration that wraps a ServletConfig