trac :: wiki :: web_ui :: WikiModule :: Class WikiModule

Class WikiModule

source code

    object --+    
             |    
core.Component --+
                 |
                WikiModule

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
get_supported_conversions(self) source code
 
convert_content(self, req, mimetype, content, key) source code
 
get_active_navigation_item(self, req) source code
 
get_navigation_items(self, req) source code
 
get_permission_actions(self) 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
 
get_timeline_filters(self, req) source code
 
get_timeline_events(self, req, start, stop, filters) source code
 
render_timeline_event(self, context, field, event) source code
 
get_search_filters(self, req) source code
 
get_search_results(self, req, terms, filters) 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

Class Variables
  realm = 'wiki'
  max_size = <IntOption [wiki] 'max_size'>
  default_edit_area_height = <IntOption [wiki] 'default_edit_are...
  PAGE_TEMPLATES_PREFIX = 'PageTemplates/'
  DEFAULT_PAGE_TEMPLATE = 'DefaultPage'
Properties
  page_manipulators
List of components that implement ~trac.wiki.api.IWikiPageManipulator
  START_PAGE
  TITLE_INDEX_PAGE

Inherited from object: __class__

Class Variable Details

default_edit_area_height

Value:
<IntOption [wiki] 'default_edit_area_height'>

Property Details

page_manipulators

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

START_PAGE

Get Method:
unreachable(self)

TITLE_INDEX_PAGE

Get Method:
unreachable(self)