|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.common.invocation.Invocation
org.jboss.portal.core.controller.ControllerCommand
org.jboss.portal.core.model.portal.command.PortalObjectCommand
org.jboss.portal.core.model.portal.command.PortalCommand
org.jboss.portal.core.model.portal.command.PageCommand
org.jboss.portal.core.model.portal.command.WindowCommand
org.jboss.portal.core.model.portal.command.action.InvokeWindowCommand
org.jboss.portal.core.model.portal.command.action.InvokePortletWindowActionCommand
public class InvokePortletWindowActionCommand
Field Summary | |
---|---|
protected Instance |
instance
The instance. |
Fields inherited from class org.jboss.portal.core.model.portal.command.action.InvokeWindowCommand |
---|
mode, windowState |
Fields inherited from class org.jboss.portal.core.model.portal.command.WindowCommand |
---|
window |
Fields inherited from class org.jboss.portal.core.model.portal.command.PageCommand |
---|
page |
Fields inherited from class org.jboss.portal.core.model.portal.command.PortalCommand |
---|
portal |
Fields inherited from class org.jboss.portal.core.model.portal.command.PortalObjectCommand |
---|
dashboard, target, targetId |
Fields inherited from class org.jboss.portal.core.controller.ControllerCommand |
---|
context, NAVIGATIONAL_STATE_SCOPE, PRINCIPAL_SCOPE, REQUEST_SCOPE, SESSION_SCOPE |
Fields inherited from class org.jboss.portal.common.invocation.Invocation |
---|
EMPTY_STACK |
Constructor Summary | |
---|---|
InvokePortletWindowActionCommand(PortalObjectId windowId,
Mode mode,
WindowState windowState,
StateString navigationalState,
StateString interactionState,
PortletParameters formParameters)
|
Method Summary | |
---|---|
void |
acquireResources()
|
ControllerResponse |
execute()
Execute the command. |
PortletParameters |
getFormParameters()
|
CommandInfo |
getInfo()
Return the meta data of this command. |
StateString |
getInteractionState()
|
StateString |
getNavigationalState()
|
void |
setFormParameters(PortletParameters formParameters)
|
void |
setInteractionState(StateString interactionState)
|
Methods inherited from class org.jboss.portal.core.model.portal.command.action.InvokeWindowCommand |
---|
getMode, getWindowState |
Methods inherited from class org.jboss.portal.core.model.portal.command.WindowCommand |
---|
enforceSecurity, getWindow, initPage |
Methods inherited from class org.jboss.portal.core.model.portal.command.PageCommand |
---|
getPage, initPortal |
Methods inherited from class org.jboss.portal.core.model.portal.command.PortalCommand |
---|
getPortal |
Methods inherited from class org.jboss.portal.core.model.portal.command.PortalObjectCommand |
---|
getTarget, getTargetId, isDashboard |
Methods inherited from class org.jboss.portal.core.controller.ControllerCommand |
---|
create, createContext, destroy, destroyContext, getContext, getControllerContext, releaseResources, rethrow |
Methods inherited from class org.jboss.portal.common.invocation.Invocation |
---|
getAttribute, getHandler, invoke, invokeNext, removeAttribute, setAttribute, setHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Instance instance
Constructor Detail |
---|
public InvokePortletWindowActionCommand(PortalObjectId windowId, Mode mode, WindowState windowState, StateString navigationalState, StateString interactionState, PortletParameters formParameters) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Method Detail |
---|
public StateString getNavigationalState()
public StateString getInteractionState()
public void setInteractionState(StateString interactionState)
public PortletParameters getFormParameters()
public void setFormParameters(PortletParameters formParameters)
public CommandInfo getInfo()
ControllerCommand
getInfo
in class ControllerCommand
public void acquireResources() throws NoSuchResourceException
acquireResources
in class PortalCommand
NoSuchResourceException
public ControllerResponse execute() throws ControllerException
ControllerCommand
execute
in class ControllerCommand
ControllerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |