Uses of Interface
org.apache.commons.chain.Filter
-
Packages that use Filter 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 Filter in org.apache.commons.chain.generic
Classes in org.apache.commons.chain.generic that implement Filter Modifier and Type Class Description class
DispatchLookupCommand
This command combines elements of theLookupCommand
with theDispatchCommand
.class
LookupCommand
-
Uses of Filter in org.apache.commons.chain.web.servlet
Classes in org.apache.commons.chain.web.servlet that implement Filter Modifier and Type Class Description class
PathInfoMapper
class
RequestParameterMapper
class
ServletPathMapper
-