org.jboss.portlet.forums.action
Class TopicAction

java.lang.Object
  extended by org.jboss.portlet.forums.action.Action
      extended by org.jboss.portlet.forums.action.ForumAction
          extended by org.jboss.portlet.forums.action.TopicAction
Direct Known Subclasses:
PostAction

public abstract class TopicAction
extends ForumAction


Field Summary
 
Fields inherited from class org.jboss.portlet.forums.action.ForumAction
INIT, module, REFRESH
 
Constructor Summary
protected TopicAction(int mode)
          Creates a new TopicAction object.
 
Method Summary
abstract  Topic getTopic()
          DOCUMENT_ME
 
Methods inherited from class org.jboss.portlet.forums.action.ForumAction
getAttachments, getForum, getMessage, getMode, getPoster, init, setModule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicAction

protected TopicAction(int mode)
Creates a new TopicAction object.

Parameters:
mode - DOCUMENT_ME
Method Detail

getTopic

public abstract Topic getTopic()
DOCUMENT_ME

Returns:
DOCUMENT_ME