| com.sun.portal.container.ExecuteActionResponse
All known Subclasses: com.sun.portal.container.impl.ExecuteActionResponseImpl,
setNewChannelMode | public void setNewChannelMode(ChannelMode newChannelMode)(Code) | | Sets the new mode of the channel.
Setting to null means no change in channel mode.
Parameters: newChannelMode - the new channel mode to be set to |
setNewWindowState | public void setNewWindowState(WindowState newWindowState)(Code) | | Sets the new window state of the channel.
Setting to null means no change in window state.
Parameters: newWindowState - the new window state to be set to |
setRedirectURL | public void setRedirectURL(URL redirectURL)(Code) | | Sets the URL the portal server should redirect to.
Setting to null means no redirection is required.
redirect URL |
setRenderParameters | public void setRenderParameters(Map renderParams)(Code) | | Sets the render parameter.
Value set cannot be null .
Parameters: renderParams - the parameters for the next render call. |
|
|