Package trac :: Package admin :: Module web_ui :: Class AdminModule

Class AdminModule

source code

    object --+    
             |    
core.Component --+
                 |
                AdminModule

Web administration interface provider and panel manager.
Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
get_active_navigation_item(self, req) source code
 
get_navigation_items(self, req) source code
 
match_request(self, req) source code
 
process_request(self, req) source code
 
get_htdocs_dirs(self) source code
 
get_templates_dirs(self) source code

Inherited from core.Component: __repr__

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

Static Methods

Inherited from core.Component: implements

Properties
  panel_providers
List of components that implement ~trac.admin.api.IAdminPanelProvider

Inherited from object: __class__

Property Details

panel_providers

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