org.jboss.portal.core.model.portal.command.render
Class RenderWindowCommand
java.lang.Object
org.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.render.RenderWindowCommand
- All Implemented Interfaces:
- ContentRendererContext
public class RenderWindowCommand
- extends WindowCommand
- implements ContentRendererContext
- Version:
- $Revision: 9006 $
- Author:
- Julien Viet
Fields inherited from class org.jboss.portal.core.model.portal.command.PageCommand |
page |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderWindowCommand
public RenderWindowCommand(PortalObjectId windowId)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getInfo
public CommandInfo getInfo()
- Description copied from class:
ControllerCommand
- Return the meta data of this command.
- Specified by:
getInfo
in class ControllerCommand
render
public WindowRendition render(ControllerContext ctx)
throws ControllerException
- Hack the command system.
- Throws:
ControllerException
execute
public ControllerResponse execute()
throws ControllerException
- Description copied from class:
ControllerCommand
- Execute the command.
- Specified by:
execute
in class ControllerCommand
- Throws:
ControllerException
getNavigationalState
public WindowNavigationalState getNavigationalState()
- Specified by:
getNavigationalState
in interface ContentRendererContext
setNavigationalState
public void setNavigationalState(WindowNavigationalState navigationalState)
- Specified by:
setNavigationalState
in interface ContentRendererContext
getUser
public User getUser()
- Specified by:
getUser
in interface ContentRendererContext
createRenderInvocation
public RenderInvocation createRenderInvocation(WindowNavigationalState navigationalState)
- Specified by:
createRenderInvocation
in interface ContentRendererContext