Python Paste


PathDispatch

This dispatches to a method based on the PATH_INFO. Thus /path/to/servlet/meth will call the meth method.

@@: This should probably adjust SCRIPT_NAME and PATH_INFO @@: Should these all use the same prefix?


Attributes

a prefix

'path_'

Methods

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

f __addtoclass__(self, attr, cls) ...

f respond_event(self, name, servlet, *args, **kw) ...

f get_method(self, servlet, action) ...

f valid_method(self, name, method) ...

f find_method(self, servlet, ret_value, **kw) ...

See the source for more information.