public class UpdateNavigationalStateResponse extends PortletInvocationResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateNavigationalStateResponse.Event
An event produced by a state response.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String[]> |
publicNavigationalStateUpdates
The update to the public parameters.
|
| Constructor and Description |
|---|
UpdateNavigationalStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
List<UpdateNavigationalStateResponse.Event> |
getEvents() |
Mode |
getMode() |
StateString |
getNavigationalState() |
ResponseProperties |
getProperties() |
Map<String,String[]> |
getPublicNavigationalStateUpdates() |
WindowState |
getWindowState() |
void |
queueEvent(UpdateNavigationalStateResponse.Event event) |
void |
setAttributes(Map<String,Object> attributes) |
void |
setMode(Mode mode) |
void |
setNavigationalState(StateString state) |
void |
setProperties(ResponseProperties properties) |
void |
setPublicNavigationalStateUpdates(Map<String,String[]> publicNavigationalStateUpdates) |
void |
setWindowState(WindowState windowState) |
public ResponseProperties getProperties()
public void setProperties(ResponseProperties properties)
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 void setPublicNavigationalStateUpdates(Map<String,String[]> publicNavigationalStateUpdates)
public void queueEvent(UpdateNavigationalStateResponse.Event event)
public List<UpdateNavigationalStateResponse.Event> getEvents()
Copyright © 2003-2018 GateIn. All Rights Reserved.