All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractGetLocaleCommand AbstractSetLocaleCommand Abstract baseCommand
implementation for setting the response locale for this response to theLocale
stored under the context attribute key returned by thelocaleKey
property.Catalog CatalogBase Simple in-memory implementation ofCatalog
.CatalogFactory ACatalogFactory
is a class used to store and retrieveCatalog
s.CatalogFactoryBase A simple implementation ofCatalogFactory
.Chain ChainBase Convenience base class forChain
implementations.ChainListener ServletContextListener
that automatically scans chain configuration files in the current web application at startup time, and exposes the result in aCatalog
under a specified servlet context attribute.ChainProcessor Custom subclass ofChainServlet
that also dispatches incoming requests to a configurableCommand
loaded from the specifiedCatalog
.ChainResources Utility methods for loading class loader and web application resources to configure aCatalog
.ChainServlet Servlet
that automatically scans chain configuration files in the current web application at startup time, and exposes the result in aCatalog
under a specified servlet context attribute.Command ConfigCatalogRule Digester rule that will cause the top-most element on the Digester stack (if it is aCatalog
to be registered with theCatalogFactory
instance for our application.ConfigDefineRule Digester rule that will dynamically register a new set of rules for a specified element name and default implementation class.ConfigParser Class to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chains to be registered in aCatalog
.ConfigRegisterRule ConfigRuleSet DigesterRuleSet
for configuring Chain of Responsibility command chains, and adding them to an appropriateCatalog
.Context ContextBase Convenience base class forContext
implementations.CopyCommand Copy a specified literal value, or a context attribute stored under thefromKey
(if any), to thetoKey
.DispatchCommand An abstract base command which uses introspection to look up a method to execute.DispatchLookupCommand This command combines elements of theLookupCommand
with theDispatchCommand
.Filter LookupCommand MapEntry Map.Entry implementation that can be constructed to either be read-only or not.PathInfoMapper PortletApplicationScopeMap Private implementation ofMap
for portlet context attributes.PortletGetLocaleCommand Concrete implementation ofAbstractGetLocaleCommand
for the Portlet API.PortletInitParamMap Private implementation ofMap
for portlet context init parameters.PortletParamMap Private implementation ofMap
for portlet parameter name-value.PortletParamValuesMap Private implementation ofMap
for portlet parameter name-values[].PortletRequestScopeMap Private implementation ofMap
for portlet request attributes.PortletSessionScopeMap Private implementation ofMap
for portlet session attributes.PortletSetLocaleCommand Concrete implementation ofAbstractSetLocaleCommand
for the Portlet API.PortletWebContext Concrete implementation ofWebContext
suitable for use in portlets.RemoveCommand Remove any context attribute stored under thefromKey
.RequestParameterMapper ServletApplicationScopeMap Private implementation ofMap
for servlet context attributes.ServletCookieMap Private implementation ofMap
for servlet cookiesServletGetLocaleCommand Concrete implementation ofAbstractGetLocaleCommand
for the Servlet API.ServletHeaderMap Private implementation ofMap
for servlet request name-value.ServletHeaderValuesMap Private implementation ofMap
for servlet request name-values[].ServletInitParamMap Private implementation ofMap
for servlet context init parameters.ServletParamMap Private implementation ofMap
for servlet parameter name-value.ServletParamValuesMap Private implementation ofMap
for servlet parameter name-values[].ServletPathMapper ServletRequestScopeMap Private implementation ofMap
for servlet request attributes.ServletSessionScopeMap Private implementation ofMap
for HTTP session attributes.ServletSetLocaleCommand Concrete implementation ofAbstractSetLocaleCommand
for the Servlet API.ServletWebContext Concrete implementation ofWebContext
suitable for use in Servlets and JSP pages.WebContext Abstract base implementation ofContext
that provides web based applications that use it a "generic" view of HTTP related requests and responses, without tying the application to a particular underlying Java API (such as servlets).