PortletContainerRequest encapsulates the request sent by the
portlet container to PAE. Portlet container is responsible to use the
set methods to set the informtaion that is necessary for the PAE to process
the request. PAE then can use the get methods to get the request
information.
Returns action list that describes what PAE needs to do.
Valid actions are ISCACHEVALID, PREPARE, RENDER, ACTION.
the action list See Also: com.sun.portal.portletcontainercommon.PortletAction
Returns a 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 a 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
Sets the action list that describes what PAE needs to do
Valid actions are ISCACHEVALID, PREPARE, RENDER, ACTION.
Parameters: attributes - the request attributes to set to See Also: com.sun.portal.portletcontainercommon.PortletAction
setChannelName
public void setChannelName(String channelName)(Code)
Sets the channel name
Parameters: channelName - the channel name to set to