Uses of Class
org.apache.commons.chain.web.ChainServlet
-
Packages that use ChainServlet Package Description org.apache.commons.chain.web.servlet SpecializedContext
andCommand
implementations suitable for use in a Servlet API environment. -
-
Uses of ChainServlet in org.apache.commons.chain.web.servlet
Subclasses of ChainServlet in org.apache.commons.chain.web.servlet Modifier and Type Class Description class
ChainProcessor
Custom subclass ofChainServlet
that also dispatches incoming requests to a configurableCommand
loaded from the specifiedCatalog
.
-