| com.caucho.portal.generic.Invocation
Invocation | public interface Invocation (Code) | | |
createActionURL | public InvocationURL createActionURL()(Code) | | Create and return an InvocationURL. The InvocationURL is initially
a duplicate of the state of the Invocation's for every namespace,
changes to the returned url have no effect on the originating
Invocation's.
The exception is parameters, the returned InvocationURL starts off
with an empty parameter map for this invocation, but parameters for
other invocations with different namespaces are preserved.
|
createRenderURL | public InvocationURL createRenderURL()(Code) | | Create and return a InvocationURL. The InvocationURL is initially
a duplicate of the state of the Invocation's for every namespace,
changes to the returned url have no effect on the originating
Invocation's.
The exception is parameters, the returned InvocationURL starts off
with an empty parameter map for this invocation, but parameters for
other invocations with different namespaces are preserved.
|
getPortletMode | public PortletMode getPortletMode()(Code) | | |
getWindowState | public WindowState getWindowState()(Code) | | |
isActionTarget | public boolean isActionTarget()(Code) | | Return true if this invocation is the target of an action
|
releaseParameterMap | public Map<String, String[]> releaseParameterMap()(Code) | | Return a map view of the parameters and then create a new
empty parameter map for this invocation.
|
setPortletMode | public void setPortletMode(PortletMode portletMode)(Code) | | |
setWindowState | public void setWindowState(WindowState windowState)(Code) | | |
|
|