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 ofChainServletthat also dispatches incoming requests to a configurableCommandloaded from the specifiedCatalog.PathInfoMapper RequestParameterMapper ServletApplicationScopeMap Private implementation ofMapfor servlet context attributes.ServletCookieMap Private implementation ofMapfor servlet cookiesServletGetLocaleCommand Concrete implementation ofAbstractGetLocaleCommandfor the Servlet API.ServletHeaderMap Private implementation ofMapfor servlet request name-value.ServletHeaderValuesMap Private implementation ofMapfor servlet request name-values[].ServletInitParamMap Private implementation ofMapfor servlet context init parameters.ServletParamMap Private implementation ofMapfor servlet parameter name-value.ServletParamValuesMap Private implementation ofMapfor servlet parameter name-values[].ServletPathMapper ServletRequestScopeMap Private implementation ofMapfor servlet request attributes.ServletSessionScopeMap Private implementation ofMapfor HTTP session attributes.ServletSetLocaleCommand Concrete implementation ofAbstractSetLocaleCommandfor the Servlet API.ServletWebContext Concrete implementation ofWebContextsuitable for use in Servlets and JSP pages.