Package cherrypy :: Module _cpdispatch :: Class PageHandler
[hide private]
[frames] | no frames]

Class PageHandler

source code

object --+
         |
        PageHandler
Known Subclasses:

Callable which sets response.body.

Instance Methods [hide private]
 
__init__(self, callable, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_args(self) source code
 
set_args(self, args) source code
 
get_kwargs(self) source code
 
set_kwargs(self, kwargs) source code
 
__call__(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  args
The ordered args should be accessible from post dispatch hooks
  kwargs
The named kwargs should be accessible from post dispatch hooks

Inherited from object: __class__

Method Details [hide private]

__init__(self, callable, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

args

The ordered args should be accessible from post dispatch hooks

Get Method:
get_args(self)
Set Method:
set_args(self, args)

kwargs

The named kwargs should be accessible from post dispatch hooks

Get Method:
get_kwargs(self)
Set Method:
set_kwargs(self, kwargs)