Uses of Class
org.apache.struts.chain.contexts.ContextWrapper
Package
Description
This package provides objects that encapsulate access to
the request and session-scoped resources to service
command processing.
-
Uses of ContextWrapper in org.apache.struts.chain.contexts
Modifier and TypeClassDescriptionclass
Provide an abstract but semi-complete implementation of ActionContext to serve as the base for concrete implementations.class
ImplementActionContext
with empty maps forapplicationScope
,sessionScope
,requestScope
, andparameterMap
properties.class
Implement ActionContext interface while making Servlet API-specific values available.class
Provide a Subclass of ActionContextBase which is understood to be wrapping an instance ofWebContext
.