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

RenderResult - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.result
Class RenderResult

java.lang.Object
  extended byorg.jboss.portal.portlet.result.Result
      extended byorg.jboss.portal.portlet.result.RenderResult

public class RenderResult
extends Result

Want to be rendered.


Field Summary
protected  Mode mode
          The new mode requested.
protected  Properties properties
          The response properties.
protected  StateString state
          The navigational state returned.
protected  WindowState windowState
          The new window state requested.
 
Constructor Summary
RenderResult()
           
 
Method Summary
 Mode getMode()
           
 StateString getNavigationalState()
           
 Properties getProperties()
           
 WindowState getWindowState()
           
 void setMode(Mode mode)
           
 void setNavigationalState(StateString state)
           
 void setProperties(Properties properties)
           
 void setWindowState(WindowState windowState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

protected StateString state
The navigational state returned.


properties

protected Properties properties
The response properties.


windowState

protected WindowState windowState
The new window state requested.


mode

protected Mode mode
The new mode requested.

Constructor Detail

RenderResult

public RenderResult()
Method Detail

getMode

public Mode getMode()

setMode

public void setMode(Mode mode)

getWindowState

public WindowState getWindowState()

setWindowState

public void setWindowState(WindowState windowState)

getNavigationalState

public StateString getNavigationalState()

setNavigationalState

public void setNavigationalState(StateString state)

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)