Package muntjac :: Package ui :: Module login_form :: Class UriHandler
[hide private]
[frames] | no frames]

Class UriHandler

source code

                      object --+    
                               |    
terminal.uri_handler.IUriHandler --+
                                   |
                                  UriHandler

Instance Methods [hide private]
 
__init__(self, form)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
handleURI(self, context, relativeUri)
Handles a given URI.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, form)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

handleURI(self, context, relativeUri)

source code 

Handles a given URI. If the URI handler to emit a downloadable stream it should return a DownloadStream object.

Parameters:
  • context - the base URL
  • relativeUri - a URI relative to context
Returns:
A downloadable stream or null if no stream is provided
Overrides: terminal.uri_handler.IUriHandler.handleURI
(inherited documentation)