站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

TopicAction - JBOSS Portal 2.6 API 英文版文档


org.jboss.portlet.forums.action
Class TopicAction

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

public abstract class TopicAction
extends ForumAction

Version:
$Revision: 5448 $
Author:
Julien Viet

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