Serialized Form
-
Package org.apache.commons.chain.impl
-
Class org.apache.commons.chain.impl.ContextBase
class ContextBase extends HashMap implements Serializable
-
-
Package org.apache.commons.chain.web
-
Class org.apache.commons.chain.web.ChainServlet
class ChainServlet extends javax.servlet.http.HttpServlet implements Serializable -
Class org.apache.commons.chain.web.WebContext
class WebContext extends ContextBase implements Serializable
-
-
Package org.apache.commons.chain.web.portlet
-
Class org.apache.commons.chain.web.portlet.PortletWebContext
class PortletWebContext extends WebContext implements Serializable-
Serialized Fields
-
applicationScope
Map applicationScope
The lazily instantiated
Map
of application scope attributes. -
context
javax.portlet.PortletContext context
The
PortletContext
for this web application. -
header
Map header
The lazily instantiated
Map
of header name-value combinations (immutable). -
headerValues
Map headerValues
The lazily instantitated
Map
of header name-values combinations (immutable). -
initParam
Map initParam
The lazily instantiated
Map
of context initialization parameters. -
param
Map param
The lazily instantiated
Map
of request parameter name-value. -
paramValues
Map paramValues
The lazily instantiated
Map
of request parameter name-values. -
request
javax.portlet.PortletRequest request
The
PortletRequest
for this request. -
requestScope
Map requestScope
The lazily instantiated
Map
of request scope attributes. -
response
javax.portlet.PortletResponse response
The
PortletResponse
for this request. -
sessionScope
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
class ChainProcessor extends ChainServlet implements Serializable-
Serialized Fields
-
attribute
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 appropriateCatalog
retrieved from ourCatalogFactory
. -
catalog
String catalog
The name of the
Catalog
to retrieve from theCatalogFactory
for this application, ornull
to select the defaultCatalog
. -
command
String command
The name of the
Command
to be executed for each incoming request.
-
-
-
Class org.apache.commons.chain.web.servlet.ServletWebContext
class ServletWebContext extends WebContext implements Serializable-
Serialized Fields
-
applicationScope
Map applicationScope
The lazily instantiated
Map
of application scope attributes. -
context
javax.servlet.ServletContext context
The
ServletContext
for this web application. -
cookieValues
Map cookieValues
The lazily instantiated
Map
of cookies. -
header
Map header
The lazily instantiated
Map
of header name-value combinations (immutable). -
headerValues
Map headerValues
The lazily instantitated
Map
of header name-values combinations (immutable). -
initParam
Map initParam
The lazily instantiated
Map
of context initialization parameters. -
param
Map param
The lazily instantiated
Map
of request parameter name-value. -
paramValues
Map paramValues
The lazily instantiated
Map
of request parameter name-values. -
request
javax.servlet.http.HttpServletRequest request
The
HttpServletRequest
for this request. -
requestScope
Map requestScope
The lazily instantiated
Map
of request scope attributes. -
response
javax.servlet.http.HttpServletResponse response
The
HttpServletResponse
for this request. -
sessionScope
Map sessionScope
The lazily instantiated
Map
of session scope attributes.
-
-
-