Package posterity :: Module core :: Class IRoutesProvider

Class IRoutesProvider



         object --+    
                  |    
component.Interface --+
                      |
                     IRoutesProvider

Url routes provider

Called on application startup allowing components to register their routes



Instance Methods
 
add_routes(routes)
Register url routes

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

Properties

Inherited from object: __class__