org.olat.modules.webFeed.ui
Class ItemController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.modules.webFeed.ui.ItemController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable, Activateable

public class ItemController
extends BasicController
implements Activateable

This Controller is responsible for displaying a singel blog item for reading (and maybe commenting later).

Initial Date: Sep 30, 2009

Author:
gwassmann

Field Summary
static java.lang.String ACTIVATION_KEY_COMMENTS
           
 
Method Summary
 void activate(UserRequest ureq, java.lang.String viewIdentifier)
          FIXME:pb:discussion FJ should we return boolean if activation was successful?
 
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
 
Methods inherited from interface org.olat.core.gui.control.Controller
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
 

Field Detail

ACTIVATION_KEY_COMMENTS

public static final java.lang.String ACTIVATION_KEY_COMMENTS
See Also:
Constant Field Values
Method Detail

activate

public void activate(UserRequest ureq,
                     java.lang.String viewIdentifier)
Description copied from interface: Activateable
FIXME:pb:discussion FJ should we return boolean if activation was successful?

Specified by:
activate in interface Activateable
See Also:
Activateable.activate(org.olat.core.gui.UserRequest, java.lang.String)