|
|||||||||
Home >> All >> org >> apache >> commons >> chain >> web >> [ servlet overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.apache.commons.chain.web.servlet
Basis for specializedContext
implementations suitable for use
in web applications, and generic Command
implementations useful
across web application environments.
See:
Description
Class Summary | |
ChainProcessor | Custom subclass of org.apache.commons.chain.web.ChainServlet that also dispatches incoming requests to a configurable org.apache.commons.chain.Command loaded from the specified org.apache.commons.chain.Catalog. |
MockHttpServletRequest | |
MockHttpServletResponse | |
MockHttpSession | |
MockServletContext | |
PathInfoMapper | org.apache.commons.chain.Command that uses the "path info" component of the request URI to select a org.apache.commons.chain.Command from the appropriate org.apache.commons.chain.Catalog, and execute it. |
RequestParameterMapper | org.apache.commons.chain.Command that uses a specified request parameter to select a org.apache.commons.chain.Command from the appropriate org.apache.commons.chain.Catalog, and execute it. |
ServletApplicationScopeMap | Private implementation of Map for servlet context
attributes. |
ServletCookieMap | Private implementation of Map for servlet cookies |
ServletGetLocaleCommand | Concrete implementation of org.apache.commons.chain.web.AbstractGetLocaleCommand for the Servlet API. |
ServletGetLocaleCommandTestCase | |
ServletHeaderMap | Private implementation of Map for servlet request
name-value. |
ServletHeaderValuesMap | Private implementation of Map for servlet request
name-values[]. |
ServletInitParamMap | Private implementation of Map for servlet context
init parameters. |
ServletParamMap | Private implementation of Map for servlet parameter
name-value. |
ServletParamValuesMap | Private implementation of Map for servlet parameter
name-values[]. |
ServletPathMapper | org.apache.commons.chain.Command that uses the "servlet path" component of the request URI to select a org.apache.commons.chain.Command from the appropriate org.apache.commons.chain.Catalog, and execute it. |
ServletRequestScopeMap | Private implementation of Map for servlet request
attributes. |
ServletSessionScopeMap | Private implementation of Map for HTTP session
attributes. |
ServletSetLocaleCommand | Concrete implementation of org.apache.commons.chain.web.AbstractSetLocaleCommand for the Servlet API. |
ServletSetLocaleCommandTestCase | |
ServletWebContext | Concrete implementation of org.apache.commons.chain.web.WebContext suitable for use in Servlets and JSP pages. |
ServletWebContextTestCase | Extension of ContextBaseTestCase to validate the
extra functionality of this implementation. |
Package org.apache.commons.chain.web.servlet Description
Basis for specialized Context
implementations suitable for use
in web applications, and generic Command
implementations useful
across web application environments.
|
|||||||||
Home >> All >> org >> apache >> commons >> chain >> web >> [ servlet overview ] | PREV PACKAGE NEXT PACKAGE |