Package bitten :: Module web_ui :: Class BittenChrome

Class BittenChrome

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

Provides the Bitten templates and static resources.
Nested Classes

Inherited from trac.core.Component: __metaclass__

Instance Methods
 
get_active_navigation_item(self, req)
 
get_navigation_items(self, req)
Return the navigation item for access the build status overview from the Trac navigation bar.
 
get_htdocs_dirs(self)
Return the directories containing static resources.
 
get_templates_dirs(self)
Return the directories containing templates.
 
__init__(self, compmgr, init=None, cls=<class 'bitten.web_ui.BittenChrome'>)
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

Inherited from object: __class__

Method Details

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

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