org.olat.modules.wiki
Class WikiMainController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.modules.wiki.WikiMainController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable, CloneableController
public class WikiMainController
- extends BasicController
- implements CloneableController
Description:
This controller creates the whole GUI for a wiki with a tabbed pane contaning an article
view, per page forum view, edit pane and versioning pane. The rendering of the wiki syntax to html
is done by @see org.olat.core.gui.components.wikiToHtml.WikiMarkupComponent.
Initial Date: May 4, 2006
- Author:
- guido
| Methods inherited from class org.olat.core.gui.control.DefaultController |
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACTION_COMPARE
public static final java.lang.String ACTION_COMPARE
- See Also:
- Constant Field Values
ACTION_SHOW
public static final java.lang.String ACTION_SHOW
- See Also:
- Constant Field Values
event
public void event(UserRequest ureq,
Component source,
Event event)
- Description copied from class:
DefaultController
- abstract event method for subclasses. the event received from the component
we are listening to are always rerouted to this method here, except when
the component has been disposed, in which case the events are simply
ignored.
event
public void event(UserRequest ureq,
Controller source,
Event event)
- Description copied from class:
DefaultController
- the only method of the interface controllereventlistener. always gets
called when a controller we 'subscribed' to fires an event. we provide a
default implementation here since there are many controllers which are
standalone and need no subcontrollers
cloneController
public Controller cloneController(UserRequest ureq,
WindowControl wControl)
- Specified by:
cloneController in interface CloneableController