Package org.apache.struts.chain.contexts
package org.apache.struts.chain.contexts
This package provides objects that encapsulate access to
the request and session-scoped resources to service
command processing.
-
ClassDescriptionAn ActionContext represents a view of a commons-chain
Context
which encapsulates access to request and session-scoped resources and servicesProvide an abstract but semi-complete implementation of ActionContext to serve as the base for concrete implementations.Provide a base class for any Context Implementation which is primarily intended for use in a subchain.ImplementActionContext
with empty maps forapplicationScope
,sessionScope
,requestScope
, andparameterMap
properties.Implement ActionContext interface while making Servlet API-specific values available.Provide a Subclass of ActionContextBase which is understood to be wrapping an instance ofWebContext
.