All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractGetLocaleCommand AbstractSetLocaleCommand Abstract baseCommandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.Catalog CatalogBase Simple in-memory implementation ofCatalog.CatalogFactory ACatalogFactoryis a class used to store and retrieveCatalogs.CatalogFactoryBase A simple implementation ofCatalogFactory.Chain ChainBase Convenience base class forChainimplementations.ChainListener ServletContextListenerthat automatically scans chain configuration files in the current web application at startup time, and exposes the result in aCatalogunder a specified servlet context attribute.ChainProcessor Custom subclass ofChainServletthat also dispatches incoming requests to a configurableCommandloaded from the specifiedCatalog.ChainResources Utility methods for loading class loader and web application resources to configure aCatalog.ChainServlet Servletthat automatically scans chain configuration files in the current web application at startup time, and exposes the result in aCatalogunder a specified servlet context attribute.Command ConfigCatalogRule Digester rule that will cause the top-most element on the Digester stack (if it is aCatalogto be registered with theCatalogFactoryinstance 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 DigesterRuleSetfor configuring Chain of Responsibility command chains, and adding them to an appropriateCatalog.Context ContextBase Convenience base class forContextimplementations.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 theLookupCommandwith theDispatchCommand.Filter LookupCommand MapEntry Map.Entry implementation that can be constructed to either be read-only or not.PathInfoMapper PortletApplicationScopeMap Private implementation ofMapfor portlet context attributes.PortletGetLocaleCommand Concrete implementation ofAbstractGetLocaleCommandfor the Portlet API.PortletInitParamMap Private implementation ofMapfor portlet context init parameters.PortletParamMap Private implementation ofMapfor portlet parameter name-value.PortletParamValuesMap Private implementation ofMapfor portlet parameter name-values[].PortletRequestScopeMap Private implementation ofMapfor portlet request attributes.PortletSessionScopeMap Private implementation ofMapfor portlet session attributes.PortletSetLocaleCommand Concrete implementation ofAbstractSetLocaleCommandfor the Portlet API.PortletWebContext Concrete implementation ofWebContextsuitable for use in portlets.RemoveCommand Remove any context attribute stored under thefromKey.RequestParameterMapper ServletApplicationScopeMap Private implementation ofMapfor servlet context attributes.ServletCookieMap Private implementation ofMapfor servlet cookiesServletGetLocaleCommand Concrete implementation ofAbstractGetLocaleCommandfor the Servlet API.ServletHeaderMap Private implementation ofMapfor servlet request name-value.ServletHeaderValuesMap Private implementation ofMapfor servlet request name-values[].ServletInitParamMap Private implementation ofMapfor servlet context init parameters.ServletParamMap Private implementation ofMapfor servlet parameter name-value.ServletParamValuesMap Private implementation ofMapfor servlet parameter name-values[].ServletPathMapper ServletRequestScopeMap Private implementation ofMapfor servlet request attributes.ServletSessionScopeMap Private implementation ofMapfor HTTP session attributes.ServletSetLocaleCommand Concrete implementation ofAbstractSetLocaleCommandfor the Servlet API.ServletWebContext Concrete implementation ofWebContextsuitable for use in Servlets and JSP pages.WebContext Abstract base implementation ofContextthat 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).