|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.result.Result
org.jboss.portal.portlet.result.RenderResult
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 |
protected StateString state
protected Properties properties
protected WindowState windowState
protected Mode mode
| Constructor Detail |
public RenderResult()
| Method Detail |
public Mode getMode()
public void setMode(Mode mode)
public WindowState getWindowState()
public void setWindowState(WindowState windowState)
public StateString getNavigationalState()
public void setNavigationalState(StateString state)
public Properties getProperties()
public void setProperties(Properties properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||