| |
|
| java.lang.Object com.sun.portal.container.impl.ContainerRequestImpl com.sun.portal.container.impl.GetMarkupRequestImpl
Method Summary | |
public boolean | getIsTarget() Returns whether the current channel is the target channel of the action
in this user request. | public Map | getRenderParameters() Returns a Map of render parameters. | public void | setIsTarget(boolean isTarget) Sets whether the current channel is the target channel of the action in
this user request. | public void | setRenderParameters(Map renderParameters) Sets the render parameters map. |
getIsTarget | public boolean getIsTarget()(Code) | | Returns whether the current channel is the target channel of the action
in this user request.
ture if the current channel is the target channel |
getRenderParameters | public Map getRenderParameters()(Code) | | Returns a Map of render parameters. These are parameters
that are used for content generation.
the render parameter map |
setIsTarget | public void setIsTarget(boolean isTarget)(Code) | | Sets whether the current channel is the target channel of the action in
this user request.
Parameters: isTarget - true if the current channel is the target channel |
setRenderParameters | public void setRenderParameters(Map renderParameters)(Code) | | Sets the render parameters map.
Parameters: renderParameters - the map that holds the render parameters |
|
|
|