当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
SimpleResult - JBOSS Portal 2.6 API 英文版文档
org.jboss.portlet.forums.command.result
Class SimpleResult
java.lang.Object
org.jboss.portlet.forums.command.result.SimpleResult
- All Implemented Interfaces:
- Result
- public class SimpleResult
- extends java.lang.Object
- implements Result
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Method Summary |
java.lang.Object |
get(java.lang.String key)
|
ResultType |
getType()
|
void |
put(java.lang.String key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private ResultType type
values
private java.util.Map values
SimpleResult
public SimpleResult(ResultType type)
put
public void put(java.lang.String key,
java.lang.Object value)
get
public java.lang.Object get(java.lang.String key)
getType
public ResultType getType()
- Specified by:
getType
in interface Result