当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
RenderWindowCommand - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.core.controller.command
Class RenderWindowCommand
java.lang.Object
org.jboss.portal.common.invocation.Invocation
org.jboss.portal.core.controller.ControllerCommand
org.jboss.portal.core.controller.command.PortalObjectCommand
org.jboss.portal.core.controller.command.WindowCommand
org.jboss.portal.core.controller.command.RenderWindowCommand
- public class RenderWindowCommand
- extends WindowCommand
Render a single window.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
info
private static final CommandInfo info
- .
RenderWindowCommand
public RenderWindowCommand(java.lang.String windowRef)
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
execute
public java.lang.Object execute()
throws ControllerException
- Description copied from class:
ControllerCommand
- Execute the command.
- Specified by:
execute
in class ControllerCommand
- Throws:
ControllerException