Uses of Class
org.apache.commons.chain.generic.LookupCommand
-
Packages that use LookupCommand Package Description org.apache.commons.chain.generic Concrete implementations of generic Commands that are useful in many different environments, not tied to a particular tier such as Servlets).org.apache.commons.chain.web.servlet SpecializedContextandCommandimplementations suitable for use in a Servlet API environment. -
-
Uses of LookupCommand in org.apache.commons.chain.generic
Subclasses of LookupCommand in org.apache.commons.chain.generic Modifier and Type Class Description classDispatchLookupCommandThis command combines elements of theLookupCommandwith theDispatchCommand. -
Uses of LookupCommand in org.apache.commons.chain.web.servlet
Subclasses of LookupCommand in org.apache.commons.chain.web.servlet Modifier and Type Class Description classPathInfoMapperclassRequestParameterMapperclassServletPathMapper
-