|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.commons.chain.impl |
---|
Class org.apache.commons.chain.impl.ContextBase extends HashMap implements Serializable |
---|
Package org.apache.commons.chain.web |
---|
Class org.apache.commons.chain.web.ChainServlet extends HttpServlet implements Serializable |
---|
Class org.apache.commons.chain.web.WebContext extends ContextBase implements Serializable |
---|
Package org.apache.commons.chain.web.faces |
---|
Class org.apache.commons.chain.web.faces.FacesWebContext extends WebContext implements Serializable |
---|
Serialized Fields |
---|
javax.faces.context.FacesContext context
The FacesContext
instance for the request represented
by this WebContext
.
Package org.apache.commons.chain.web.portlet |
---|
Class org.apache.commons.chain.web.portlet.PortletWebContext extends WebContext implements Serializable |
---|
Serialized Fields |
---|
Map applicationScope
The lazily instantiated Map
of application scope
attributes.
javax.portlet.PortletContext context
The PortletContext
for this web application.
Map header
The lazily instantiated Map
of header name-value
combinations (immutable).
Map headerValues
The lazily instantitated Map
of header name-values
combinations (immutable).
Map initParam
The lazily instantiated Map
of context initialization
parameters.
Map param
The lazily instantiated Map
of request
parameter name-value.
Map paramValues
The lazily instantiated Map
of request
parameter name-values.
javax.portlet.PortletRequest request
The PortletRequest
for this request.
Map requestScope
The lazily instantiated Map
of request scope
attributes.
javax.portlet.PortletResponse response
The PortletResponse
for this request.
Map sessionScope
The lazily instantiated Map
of session scope
attributes.
Package org.apache.commons.chain.web.servlet |
---|
Class org.apache.commons.chain.web.servlet.ChainProcessor extends ChainServlet implements Serializable |
---|
Serialized Fields |
---|
String attribute
The name of the context attribute under which our Catalog
is stored. This value is also used as the name of the
context attribute under which the catalog is exposed to commands.
If not specified, we will look up commands in the appropriate
Catalog
retrieved from our CatalogFactory
.
String catalog
The name of the Catalog
to retrieve from the
CatalogFactory
for this application, or null
to select the default Catalog
.
String command
The name of the Command
to be executed for each incoming
request.
Class org.apache.commons.chain.web.servlet.ServletWebContext extends WebContext implements Serializable |
---|
Serialized Fields |
---|
Map applicationScope
The lazily instantiated Map
of application scope
attributes.
ServletContext context
The ServletContext
for this web application.
Map header
The lazily instantiated Map
of header name-value
combinations (immutable).
Map headerValues
The lazily instantitated Map
of header name-values
combinations (immutable).
Map initParam
The lazily instantiated Map
of context initialization
parameters.
Map cookieValues
The lazily instantiated Map
of cookies.
Map param
The lazily instantiated Map
of request
parameter name-value.
Map paramValues
The lazily instantiated Map
of request
parameter name-values.
HttpServletRequest request
The HttpServletRequest
for this request.
Map requestScope
The lazily instantiated Map
of request scope
attributes.
HttpServletResponse response
The HttpServletResponse
for this request.
Map sessionScope
The lazily instantiated Map
of session scope
attributes.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |