| com.sun.portal.container.GetMarkupRequest
All known Subclasses: 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, or null
if there is no render parameter. |
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, or null
if there is no render parameter. These are parameters
that are used for content generation.
the render parameter map |
|
|