当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
SimpleResult - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.common.command.result
Class SimpleResult
java.lang.Object
org.jboss.portal.common.command.result.SimpleResult
- All Implemented Interfaces:
- Result
- public class SimpleResult
- extends java.lang.Object
- implements Result
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 |
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