java.util.Map<K extends java.lang.Object,V extends java.lang.Object> applicationScope
The lazily instantiated Map
of application scope
attributes.
javax.portlet.PortletContext context
The PortletContext
for this web application.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> header
The lazily instantiated Map
of header name-value
combinations (immutable).
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> headerValues
The lazily instantitated Map
of header name-values
combinations (immutable).
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> initParam
The lazily instantiated Map
of context initialization
parameters.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> param
The lazily instantiated Map
of request
parameter name-value.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> paramValues
The lazily instantiated Map
of request
parameter name-values.
javax.portlet.PortletRequest request
The PortletRequest
for this request.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> requestScope
The lazily instantiated Map
of request scope
attributes.
javax.portlet.PortletResponse response
The PortletResponse
for this request.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> sessionScope
The lazily instantiated Map
of session scope
attributes.
java.lang.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
.
java.lang.String catalog
The name of the Catalog
to retrieve from the
CatalogFactory
for this application, or null
to select the default Catalog
.
java.lang.String command
The name of the Command
to be executed for each incoming
request.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> applicationScope
The lazily instantiated Map
of application scope
attributes.
javax.servlet.ServletContext context
The ServletContext
for this web application.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> cookieValues
The lazily instantiated Map
of cookies.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> header
The lazily instantiated Map
of header name-value
combinations (immutable).
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> headerValues
The lazily instantitated Map
of header name-values
combinations (immutable).
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> initParam
The lazily instantiated Map
of context initialization
parameters.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> param
The lazily instantiated Map
of request
parameter name-value.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> paramValues
The lazily instantiated Map
of request
parameter name-values.
javax.servlet.http.HttpServletRequest request
The HttpServletRequest
for this request.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> requestScope
The lazily instantiated Map
of request scope
attributes.
javax.servlet.http.HttpServletResponse response
The HttpServletResponse
for this request.
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> sessionScope
The lazily instantiated Map
of session scope
attributes.