Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.chain Classes and Interfaces - 36 results found.
NameDescriptionTypePackageFramework
AbstractGetLocaleCommandAbstract base Command implementation for retrieving the requested Locale from our Context, and storing it under theClassorg.apache.commons.chain.webApache Commons
AbstractSetLocaleCommandAbstract base Command implementation for setting the response locale for this response to the Locale storedClassorg.apache.commons.chain.webApache Commons
CatalogA Catalog is a collection of named Commands (or Chains) that can be used to retrieve the set of commands thatInterfaceorg.apache.commons.chainApache Commons
CatalogBaseSimple in-memory implementation of Catalog.Classorg.apache.commons.chain.implApache Commons
CatalogFactoryA CatalogFactory is a class used to store and retrieve Catalogs.Classorg.apache.commons.chainApache Commons
CatalogFactoryBaseA simple implementation of CatalogFactory.Classorg.apache.commons.chain.implApache Commons
ChainInterfaceorg.apache.commons.chainApache Commons
ChainBaseConvenience base class for Chain implementations.Classorg.apache.commons.chain.implApache Commons
ChainListenerServletContextListener that automatically scans chain configuration files in the current web application atClassorg.apache.commons.chain.webApache Commons
ChainProcessorCustom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specifiedClassorg.apache.commons.chain.web.servletApache Commons
ChainServletServlet that automatically scans chain configuration files in the current web application at startup time, and exposes the result in aClassorg.apache.commons.chain.webApache Commons
CommandA Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of aInterfaceorg.apache.commons.chainApache Commons
ConfigParserClass to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chainsClassorg.apache.commons.chain.configApache Commons
ConfigRuleSetDigester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriateClassorg.apache.commons.chain.configApache Commons
ContextA Context represents the state information that is accessed and manipulated by the execution of a Command or aInterfaceorg.apache.commons.chainApache Commons
ContextBaseConvenience base class for Context implementations.Classorg.apache.commons.chain.implApache Commons
CopyCommandCopy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey.Classorg.apache.commons.chain.genericApache Commons
DispatchCommandAn abstract base command which uses introspection to look up a method to execute.Classorg.apache.commons.chain.genericApache Commons
DispatchLookupCommandThis command combines elements of the LookupCommand with the DispatchCommand.Classorg.apache.commons.chain.genericApache Commons
FacesGetLocaleCommandConcrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API.Classorg.apache.commons.chain.web.facesApache Commons
FacesSetLocaleCommandConcrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API.Classorg.apache.commons.chain.web.facesApache Commons
FacesWebContextConcrete implementation of WebContext suitable for use in JavaServer Faces apps.Classorg.apache.commons.chain.web.facesApache Commons
FilterA Filter is a specialized Command that also expects the Chain that is executing it to call theInterfaceorg.apache.commons.chainApache Commons
LookupCommandLook up a specified Command (which could also be a in a Catalog, and delegate execution to it.Classorg.apache.commons.chain.genericApache Commons
MapEntryMap.Classorg.apache.commons.chain.webApache Commons
PathInfoMapperCommand that uses the path info component of the request URI to select a Command from the appropriate Catalog, andClassorg.apache.commons.chain.web.servletApache Commons
PortletGetLocaleCommandConcrete implementation of AbstractGetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.portletApache Commons
PortletSetLocaleCommandConcrete implementation of AbstractSetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.portletApache Commons
PortletWebContextConcrete implementation of WebContext suitable for use in portlets.Classorg.apache.commons.chain.web.portletApache Commons
RemoveCommandRemove any context attribute stored under the fromKey.Classorg.apache.commons.chain.genericApache Commons
RequestParameterMapperCommand that uses a specified request parameter to select a Command from the appropriate Catalog, andClassorg.apache.commons.chain.web.servletApache Commons
ServletGetLocaleCommandConcrete implementation of AbstractGetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.servletApache Commons
ServletPathMapperCommand that uses the servlet path component of the request URI to select a Command from the appropriate Catalog, andClassorg.apache.commons.chain.web.servletApache Commons
ServletSetLocaleCommandConcrete implementation of AbstractSetLocaleCommand forFields inherited from interface org.Classorg.apache.commons.chain.web.servletApache Commons
ServletWebContextConcrete implementation of WebContext suitable for use in Servlets and JSP pages.Classorg.apache.commons.chain.web.servletApache Commons
WebContextAbstract base implementation of Context that provides web based applications that use it a generic view of HTTP relatedClassorg.apache.commons.chain.webApache Commons