Package org.apache.commons.chain.web.servlet
Specialized Context
and Command
implementations
suitable for use in a Servlet API environment.
-
Class Summary Class Description ChainProcessor Custom subclass ofChainServlet
that also dispatches incoming requests to a configurableCommand
loaded from the specifiedCatalog
.PathInfoMapper RequestParameterMapper ServletApplicationScopeMap Private implementation ofMap
for servlet context attributes.ServletCookieMap Private implementation ofMap
for servlet cookiesServletGetLocaleCommand Concrete implementation ofAbstractGetLocaleCommand
for the Servlet API.ServletHeaderMap Private implementation ofMap
for servlet request name-value.ServletHeaderValuesMap Private implementation ofMap
for servlet request name-values[].ServletInitParamMap Private implementation ofMap
for servlet context init parameters.ServletParamMap Private implementation ofMap
for servlet parameter name-value.ServletParamValuesMap Private implementation ofMap
for servlet parameter name-values[].ServletPathMapper ServletRequestScopeMap Private implementation ofMap
for servlet request attributes.ServletSessionScopeMap Private implementation ofMap
for HTTP session attributes.ServletSetLocaleCommand Concrete implementation ofAbstractSetLocaleCommand
for the Servlet API.ServletWebContext Concrete implementation ofWebContext
suitable for use in Servlets and JSP pages.