getWindowState() Returns the current window state of the channel.
public void
setAllowableChannelMode(List allowableChannelMode) Sets a channel mode List of all
the allowable channel modes for the current channel to be changed to in
this user request.
public void
setAllowableContentType(List allowableContentType) Sets a content type List of all
the allowable content type for the current channel.
public void
setAllowableWindowState(List allowableWindowState) Sets a window states List of all
the allowable window states for the current channel to be changed to in
this user request.
setChannelURLFactory(ChannelURLFactory channelURLFactory) Sets the ChannelURLFactory
Parameters: channelURLFactory - the ChannelURLFactory impl to be used.
Returns an List of all the
allowable channel modes for the current channel to be changed to in
this user request. Each value in the list is a ChannelMode
object.
the allowable channel modes
Returns an List of all the
allowable window states for the current channel to be changed to in
this user request. Each value in the list is a WindowState
object.
the allowable window states
Returns the current window state of the channel.
current window state
setAllowableChannelMode
public void setAllowableChannelMode(List allowableChannelMode)(Code)
Sets a channel mode List of all
the allowable channel modes for the current channel to be changed to in
this user request. Each value in the list is a ChannelMode
object.
Parameters: allowableChannelMode - all the allowable channel mode
setAllowableContentType
public void setAllowableContentType(List allowableContentType)(Code)
Sets a content type List of all
the allowable content type for the current channel.
Parameters: allowableContentType - all the allowable content type
setAllowableWindowState
public void setAllowableWindowState(List allowableWindowState)(Code)
Sets a window states List of all
the allowable window states for the current channel to be changed to in
this user request. Each value in the list is a WindowState
object.
Parameters: allowableWindowState - all the allowable window state
Sets a role List of all the
roles of the current user. Each value in the list is a String
representation of a role value.
Parameters: roles - the roles of the current user