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 SpecializedContext
andCommand
implementations 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 class
DispatchLookupCommand
This command combines elements of theLookupCommand
with 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 class
PathInfoMapper
class
RequestParameterMapper
class
ServletPathMapper
-