Serialized Form
-
Package org.apache.commons.chain.impl
-
Class org.apache.commons.chain.impl.ContextBase extends java.util.HashMap implements Serializable
-
-
Package org.apache.commons.chain.web
-
Class org.apache.commons.chain.web.ChainServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Class org.apache.commons.chain.web.WebContext extends ContextBase implements Serializable
-
-
Package org.apache.commons.chain.web.portlet
-
Class org.apache.commons.chain.web.portlet.PortletWebContext extends WebContext implements Serializable
-
Serialized Fields
-
applicationScope
java.util.Map applicationScope
The lazily instantiated
Mapof application scope attributes. -
context
javax.portlet.PortletContext context
The
PortletContextfor this web application. -
header
java.util.Map header
The lazily instantiated
Mapof header name-value combinations (immutable). -
headerValues
java.util.Map headerValues
The lazily instantitated
Mapof header name-values combinations (immutable). -
initParam
java.util.Map initParam
The lazily instantiated
Mapof context initialization parameters. -
param
java.util.Map param
The lazily instantiated
Mapof request parameter name-value. -
paramValues
java.util.Map paramValues
The lazily instantiated
Mapof request parameter name-values. -
request
javax.portlet.PortletRequest request
The
PortletRequestfor this request. -
requestScope
java.util.Map requestScope
The lazily instantiated
Mapof request scope attributes. -
response
javax.portlet.PortletResponse response
The
PortletResponsefor this request. -
sessionScope
java.util.Map sessionScope
The lazily instantiated
Mapof session scope attributes.
-
-
-
-
Package org.apache.commons.chain.web.servlet
-
Class org.apache.commons.chain.web.servlet.ChainProcessor extends ChainServlet implements Serializable
-
Serialized Fields
-
attribute
java.lang.String attribute
The name of the context attribute under which our
Catalogis 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 appropriateCatalogretrieved from ourCatalogFactory. -
catalog
java.lang.String catalog
The name of the
Catalogto retrieve from theCatalogFactoryfor this application, ornullto select the defaultCatalog. -
command
java.lang.String command
The name of the
Commandto be executed for each incoming request.
-
-
-
Class org.apache.commons.chain.web.servlet.ServletWebContext extends WebContext implements Serializable
-
Serialized Fields
-
applicationScope
java.util.Map applicationScope
The lazily instantiated
Mapof application scope attributes. -
context
javax.servlet.ServletContext context
The
ServletContextfor this web application. -
cookieValues
java.util.Map cookieValues
The lazily instantiated
Mapof cookies. -
header
java.util.Map header
The lazily instantiated
Mapof header name-value combinations (immutable). -
headerValues
java.util.Map headerValues
The lazily instantitated
Mapof header name-values combinations (immutable). -
initParam
java.util.Map initParam
The lazily instantiated
Mapof context initialization parameters. -
param
java.util.Map param
The lazily instantiated
Mapof request parameter name-value. -
paramValues
java.util.Map paramValues
The lazily instantiated
Mapof request parameter name-values. -
request
javax.servlet.http.HttpServletRequest request
The
HttpServletRequestfor this request. -
requestScope
java.util.Map requestScope
The lazily instantiated
Mapof request scope attributes. -
response
javax.servlet.http.HttpServletResponse response
The
HttpServletResponsefor this request. -
sessionScope
java.util.Map sessionScope
The lazily instantiated
Mapof session scope attributes.
-
-
-