clone(String namespace) The actionNamespace and actionMap are null in the returned clone
The invocation that matches the passed namespace will not have any
parameters.
public boolean isActionTarget(String namespace)(Code)
setActionTargetParameterName
public void setActionTargetParameterName(String name)(Code)
The name of the parameter to use to store the namespace of
the target of an action.
setPortletModeParameterName
public void setPortletModeParameterName(String name)(Code)
The name of the parameter to use to store the portlet mode.
setReservedNamespace
public void setReservedNamespace(String namespace)(Code)
The reserved namespace is used to mark parameters that have special
meaning to the portal. The specification suggests "javax.portal.", which
is rather long so the default is "__".
This implementation also uses the reserved namespace as a prefix to
parameter names.
setWindowStateParameterName
public void setWindowStateParameterName(String name)(Code)
The name of the parameter to use to store the window state.