Method Summary |
|
public List | getAllowableChannelMode() Returns an List of all the
allowable channel modes for the current channel to be changed to in
this user request. |
public List | getAllowableContentType() Returns an List of all the
allowable content type for the current channel. |
public List | getAllowableWindowState() Returns an List of all the
allowable window states for the current channel to be changed to in
this user request. |
public ChannelMode | getChannelMode() Returns the current mode of the channel. |
public ChannelURLFactory | getChannelURLFactory() Returns the instance of ChannelURLFactory used by the
caller to help container manage URLs. |
public String | getCharacterEncoding() Returns the character encoding of the current request. |
public String | getEntityID() Returns the entityID of the channel that this request is directed to. |
public HttpServletRequest | getHttpServletRequest() Returns the HttpServletRequest. |
public boolean | getIsReadOnly() Returns whether the request is allowed to cause any persistence
change during execution. |
public List | getRoles() Returns an List of all the roles of the current user,
or null if authless user or Roles information not available. |
public String | getUserID() Returns the ID of the current user, or null if
authless user. |
public Map | getUserInfo() Returns a Map of user related information, or
null if authless user or UserInfo not available. |
public WindowState | getWindowState() Returns the current window state of the channel. |
public void | setEntityID(String entityID) |