Package bitten :: Module web_ui :: Class BuildConfigController

Class BuildConfigController

         object --+    
                  |    
trac.core.Component --+
                      |
                     BuildConfigController

Implements the web interface for build configurations.
Nested Classes

Inherited from trac.core.Component: __metaclass__

Instance Methods
 
get_active_navigation_item(self, req)
 
get_navigation_items(self, req)
 
match_request(self, req)
 
process_request(self, req)
 
pre_process_request(self, req, handler)
 
post_process_request(self, req, template, data, content_type)
 
__init__(self, compmgr, init=None, cls=<class 'bitten.web_ui.BuildConfigController'>)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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

Static Methods

Inherited from trac.core.Component: __new__, implements

Class Variables
  chart_style = <Option [bitten] "chart_style">
Properties

Inherited from object: __class__

Method Details

__init__(self, compmgr, init=None, cls=<class 'bitten.web_ui.BuildConfigController'>)
(Constructor)

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