PathDispatch
This dispatches to a method based on the PATH_INFO. Thus /path/to/servlet/meth will call the meth method.
The PathDispatch class is accessible via the wareweb.dispatch module.
@@: This should probably adjust SCRIPT_NAME and PATH_INFO @@: Should these all use the same prefix?
Attributes
Methods
See the source for more information.