Package bitten :: Module web_ui :: Class ReportChartController

Class ReportChartController

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

Nested Classes

Inherited from trac.core.Component: __metaclass__

Instance Methods
 
match_request(self, req)
 
process_request(self, req)
 
__init__(self, compmgr, init=None, cls=<class 'bitten.web_ui.ReportChartController'>)
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

Properties
  generators
List of components that implement IReportChartGenerator

Inherited from object: __class__

Method Details

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

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

Property Details

generators

List of components that implement IReportChartGenerator
Get Method:
unreachable.extensions(component) - Return a list of components that declare to implement the extension point interface.