|
Command that uses the "path info" 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 a wildcard pattern like "/execute/*" and
then arrange that this is the default command to be executed. In such
an environment, a request for the context-relative URI "/execute/foo"
would cause the "/foo" command to be loaded and executed.
author: Craig R. McClanahan |