当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
RenderPageCommand - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.core.command
Class RenderPageCommand
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.RenderPageCommand
- public class RenderPageCommand
- extends PortalObjectCommand
Render a full page.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WINDOW_ACCESS_DENIED
public static java.lang.String WINDOW_ACCESS_DENIED
WINDOW_UNAVAILABLE
public static java.lang.String WINDOW_UNAVAILABLE
WINDOW_ERROR
public static java.lang.String WINDOW_ERROR
WINDOW_NOT_FOUND
public static java.lang.String WINDOW_NOT_FOUND
SHOW
public static java.lang.String SHOW
RenderPageCommand
public RenderPageCommand(java.lang.String pageHandle)
RenderPageCommand
public RenderPageCommand(java.lang.String pageHandle,
java.lang.String windowHandle)
getTarget
public PortalObject getTarget()
- Specified by:
getTarget
in class PortalObjectCommand
getInfo
public CommandInfo getInfo()
- Description copied from class:
ControllerCommand
- Return the meta data of this command.
- Specified by:
getInfo
in class ControllerCommand
getPageHandle
public java.lang.String getPageHandle()
getPage
public Page getPage()
create
public void create()
throws InvocationException
- Description copied from class:
ControllerCommand
- Setup state before invocation.
- Overrides:
create
in class ControllerCommand
- Throws:
InvocationException
execute
public void execute()
throws InvocationException
- Description copied from class:
ControllerCommand
- Execute the command.
- Specified by:
execute
in class ControllerCommand
- Throws:
InvocationException
getRegionNames
public java.lang.String[] getRegionNames(Page page)
- Return all the regions names of this page, the value is computed from the union of the regions
of the getWindows.