java.lang.Objectorg.apache.commons.chain.generic.LookupCommand
org.apache.commons.chain.web.servlet.ServletPathMapper
All Implemented Interfaces:
Command, Filter
Command that uses the "servlet path" component of the request URI to select a Command from the appropriate Catalog , and execute it. To use this command, you would typically map an instance of ChainProcessor to an extension pattern like "*.execute" and then arrange that this is the default command to be executed. In such an environment, a request for a context relative URI of "/foo.execute" would cause the "/foo.execute" command to be loaded and executed.
Craig
- R. McClanahanMethod from org.apache.commons.chain.web.servlet.ServletPathMapper Summary: |
---|
getCatalog, getCatalogKey, getCommandName, setCatalogKey |
Methods from org.apache.commons.chain.generic.LookupCommand: |
---|
execute, getCatalog, getCatalogFactory, getCatalogName, getCommand, getCommandName, getName, getNameKey, isIgnoreExecuteResult, isIgnorePostprocessResult, isOptional, postprocess, setCatalogFactory, setCatalogName, setIgnoreExecuteResult, setIgnorePostprocessResult, setName, setNameKey, setOptional |
Methods from java.lang.Object: |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.commons.chain.web.servlet.ServletPathMapper Detail: |
---|
|
Deprecated! Use - catalogName to specify the name of the catalog in the
catalog factoryReturn the context key under which our Catalog has been stored. |
Look up the servlet path information for this request, and use it to select an appropriate Command to be executed. |
Deprecated! Use - catalogName to specify the name of the catalog in the
catalog factorySet the context key under which our Catalog has been stored. |