Package trac :: Package prefs :: Module web_ui :: Class PreferencesModule

Class PreferencesModule

source code

    object --+    
             |    
core.Component --+
                 |
                PreferencesModule

Displays the preference panels and dispatch control to the individual panels
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_preference_panels(self, req) source code
 
render_preference_panel(self, req, panel) source code
 
get_htdocs_dirs(self) source code
 
get_templates_dirs(self) source code

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

Static Methods

Inherited from core.Component: implements

Properties
  panel_providers
List of components that implement ~trac.prefs.api.IPreferencePanelProvider

Inherited from object: __class__

Property Details

panel_providers

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