当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
RenderResponse - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.invocation.response
Class RenderResponse
java.lang.Object
org.jboss.portal.portlet.invocation.response.PortletInvocationResponse
org.jboss.portal.portlet.invocation.response.RenderResponse
- public class RenderResponse
- extends PortletInvocationResponse
Want to be rendered.
- Version:
- $Revision: 5477 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
protected StateString state
- The navigational state returned.
windowState
protected WindowState windowState
- The new window state requested.
mode
protected Mode mode
- The new mode requested.
RenderResponse
public RenderResponse()
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)