See: Description
| Interface | Description |
|---|---|
| ActionContext |
An ActionContext represents a view of a commons-chain
Context which encapsulates access to request and
session-scoped resources and services |
| Class | Description |
|---|---|
| ActionContextBase |
Provide an abstract but semi-complete implementation of ActionContext
to serve as the base for concrete implementations.
|
| ContextWrapper |
Provide a base class for any Context Implementation which is primarily
intended for use in a subchain.
|
| MockActionContext |
Implement
ActionContext with empty maps for
applicationScope, sessionScope,
requestScope, and parameterMap properties. |
| ServletActionContext |
Implement ActionContext interface while making Servlet API-specific
values available.
|
| WebActionContext |
Provide a Subclass of ActionContextBase which is understood to be
wrapping an instance of
org.apache.commons.chain.web.WebContext. |
This package provides objects that encapsulate access to the request and session-scoped resources to service command processing.
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.