Package wtf :: Package app :: Package services :: Module session :: Class SessionService
[hide private]
[frames] | no frames]

Class SessionService

source code

object --+
         |
        SessionService

Session service

This service provides a middleware which automatically handles session persistance and APIs for the application.

Instance Methods [hide private]
 
__init__(self, config, opts, args)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
shutdown(self) source code
 
global_service(self) source code
 
middleware(self, func) source code

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

Class Variables [hide private]
  __implements__ = [<class 'wtf.services.ServiceInterface'>]
Instance Variables [hide private]
StorageFactoryInterface _storage
Storage factory
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, config, opts, args)
(Constructor)

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

Overrides: object.__init__

shutdown(self)

source code 

global_service(self)

source code 

middleware(self, func)

source code