|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LookupCommand | |
|---|---|
| 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 | Specialized Context and Command 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 | |
|---|---|
class |
DispatchLookupCommand
This command combines elements of the LookupCommand with the
DispatchCommand. |
| Uses of LookupCommand in org.apache.commons.chain.web.servlet |
|---|
| Subclasses of LookupCommand in org.apache.commons.chain.web.servlet | |
|---|---|
class |
PathInfoMapper
Command that uses the "path info" component of the request URI
to select a Command from the appropriate Catalog, and
execute it. |
class |
RequestParameterMapper
Command that uses a specified request parameter
to select a Command from the appropriate Catalog, and
execute it. |
class |
ServletPathMapper
Command that uses the "servlet path" component of the request URI
to select a Command from the appropriate Catalog, and
execute it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||