Package conary :: Package web :: Module webhandler :: Class WebHandler
[hide private]
[frames] | no frames]

Class WebHandler

source code

object --+
         |
        WebHandler

Instance Methods [hide private]
 
_checkAuth(self, authToken) source code
 
_getHandler(self, cmd, auth)
Overrideable method to return a handler method in an application-specific way Needs to raise AttributeError if that method does not exist.
source code
 
_methodHandler(self) source code
 
__init__(self, req, cfg)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_redirect(self, location) source code
 
_handle(self) source code

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

Class Variables [hide private]
  content_type = 'text/html; charset=utf-8'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, req, cfg)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)