Class StateAwareResponseImpl.WantUpdate
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.api.StateAwareResponseImpl.WantUpdate
-
- Enclosing class:
- StateAwareResponseImpl
protected class StateAwareResponseImpl.WantUpdate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.gatein.pc.api.ModemodeThe new mode requested.protected PortletParameterMapnavigationalStateThe navigational state returned.protected org.gatein.pc.api.WindowStatewindowStateThe new window state requested.
-
Constructor Summary
Constructors Modifier Constructor Description protectedWantUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.gatein.pc.api.invocation.response.PortletInvocationResponsegetResponse()
-
-
-
Field Detail
-
navigationalState
protected PortletParameterMap navigationalState
The navigational state returned.
-
windowState
protected org.gatein.pc.api.WindowState windowState
The new window state requested.
-
mode
protected org.gatein.pc.api.Mode mode
The new mode requested.
-
-