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

CommandConstants.ImmutableResult - JBOSS Portal 2.4 API 英文版文档


org.jboss.portlet.forums.commands
Class CommandConstants.ImmutableResult

java.lang.Object
  extended byorg.jboss.portal.common.command.result.ResultType
      extended byorg.jboss.portlet.forums.commands.CommandConstants.ImmutableResult
All Implemented Interfaces:
Result
Enclosing class:
CommandConstants

public static class CommandConstants.ImmutableResult
extends ResultType
implements Result

DOCUMENT_ME


Constructor Summary
CommandConstants.ImmutableResult(java.lang.String name)
          Creates a new ImmutableResult object.
 
Method Summary
 ResultType getType()
          DOCUMENT_ME
 
Methods inherited from class org.jboss.portal.common.command.result.ResultType
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandConstants.ImmutableResult

public CommandConstants.ImmutableResult(java.lang.String name)
Creates a new ImmutableResult object.

Parameters:
name - DOCUMENT_ME
Method Detail

getType

public ResultType getType()
DOCUMENT_ME

Specified by:
getType in interface Result
Returns:
DOCUMENT_ME