concurrence.web – The concurrence web module

Platforms: Unix

class concurrence.web.Application
add_controller(controller)
adds a controller_class to the application. the controllers methods will be scanned for @web attributes to connect the methods of the controller to the correct urls
call_controller(controller_name, action_name, *args, **kwargs)
provided for override
configure()
configures the application, must be called after all controllers have been added
class concurrence.web.Filter
class concurrence.web.Controller

Previous topic

concurrence.database.mysql.client – The concurrence mysql driver module

This Page