org.apache.commons.chain.web.servlet |
Package Documentation for org.apache.commons.web.servlet
Specialized Context and Command implementations
suitable for use in a Servlet API environment.
|
Java Source File Name | Type | Comment |
ChainProcessor.java | Class | Custom subclass of
ChainServlet that also dispatches incoming
requests to a configurable
Command loaded from the specified
Catalog .
In addition to the servlet init parameters supported by
ChainServlet , this class supports the following additional
parameters:
- org.apache.commons.chain.CATALOG - Name of the
catalog from which to acquire commands to be executed.
|
MockHttpServletRequest.java | Class | |
MockHttpServletResponse.java | Class | |
MockHttpSession.java | Class | |
MockServletContext.java | Class | |
PathInfoMapper.java | Class |
Command that uses the "path info" component of the request URI
to select a
Command from the appropriate
Catalog , and
execute it. |
RequestParameterMapper.java | Class |
Command that uses a specified request parameter
to select a
Command from the appropriate
Catalog , and
execute it. |
ServletApplicationScopeMap.java | Class | Private implementation of Map for servlet context
attributes.
author: Craig R. |
ServletCookieMap.java | Class | |
ServletGetLocaleCommand.java | Class | |
ServletGetLocaleCommandTestCase.java | Class | |
ServletHeaderMap.java | Class | Private implementation of Map for servlet request
name-value.
author: Craig R. |
ServletHeaderValuesMap.java | Class | Private implementation of Map for servlet request
name-values[].
author: Craig R. |
ServletInitParamMap.java | Class | Private implementation of Map for servlet context
init parameters.
author: Craig R. |
ServletParamMap.java | Class | Private implementation of Map for servlet parameter
name-value.
author: Craig R. |
ServletParamValuesMap.java | Class | Private implementation of Map for servlet parameter
name-values[].
author: Craig R. |
ServletPathMapper.java | Class |
Command that uses the "servlet path" component of the request URI
to select a
Command from the appropriate
Catalog , and
execute it. |
ServletRequestScopeMap.java | Class | Private implementation of Map for servlet request
attributes.
author: Craig R. |
ServletSessionScopeMap.java | Class | Private implementation of Map for HTTP session
attributes.
author: Craig R. |
ServletSetLocaleCommand.java | Class | |
ServletSetLocaleCommandTestCase.java | Class | |
ServletWebContext.java | Class | Concrete implementation of
WebContext suitable for use in
Servlets and JSP pages. |
ServletWebContextTestCase.java | Class | Extension of ContextBaseTestCase to validate the
extra functionality of this implementation. |