org.apache.struts.chain.contexts |
|
Java Source File Name | Type | Comment |
ActionContext.java | Interface | |
ActionContextBase.java | Class | Provide an abstract but semi-complete implementation of ActionContext
to serve as the base for concrete implementations. |
ContextWrapper.java | Class | Provide a base class for any Context Implementation which is primarily
intended for use in a subchain. |
MockActionContext.java | Class | Implement ActionContext with empty maps for
applicationScope , sessionScope ,
requestScope , and parameterMap properties. |
ServletActionContext.java | Class | Implement ActionContext interface while making Servlet API-specific
values available. |
WebActionContext.java | Class | Provide a Subclass of ActionContextBase which is understood to be
wrapping an instance of org.apache.commons.chain.web.WebContext . |