|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.server.invocation.Invocation org.jboss.portal.core.command.ControllerCommand org.jboss.portal.core.command.PortalObjectCommand org.jboss.portal.core.command.WindowCommand
A superclass for command that target a specific window.
Field Summary | |
protected Component |
component
The component. |
protected Instance |
instance
The instance. |
protected Page |
page
The portal. |
protected Portal |
portal
The portal. |
protected Window |
window
The window. |
protected java.lang.String |
windowHandle
The window handle. |
Fields inherited from class org.jboss.portal.core.command.ControllerCommand |
context |
Constructor Summary | |
WindowCommand(java.lang.String windowHandle)
|
Method Summary | |
void |
create()
Setup state before invocation. |
Component |
getComponent()
|
Instance |
getInstance()
|
Page |
getPage()
|
Portal |
getPortal()
|
PortalObject |
getTarget()
|
Window |
getWindow()
|
java.lang.String |
getWindowHandle()
|
Methods inherited from class org.jboss.portal.core.command.ControllerCommand |
destroy, dispatch, execute, getContext, getInfo, setContext |
Methods inherited from class org.jboss.portal.server.invocation.Invocation |
getAttribute, invoke, invokeNext, removeAttribute, setAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String windowHandle
protected Portal portal
protected Page page
protected Window window
protected Instance instance
protected Component component
Constructor Detail |
public WindowCommand(java.lang.String windowHandle) throws java.lang.IllegalArgumentException
Method Detail |
public PortalObject getTarget()
getTarget
in class PortalObjectCommand
public java.lang.String getWindowHandle()
public Portal getPortal()
public Page getPage()
public Window getWindow()
public Instance getInstance()
public Component getComponent()
public void create() throws InvocationException
ControllerCommand
create
in class ControllerCommand
InvocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |