当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
PageCommand - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.core.controller.command
Class PageCommand
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.PageCommand
- Direct Known Subclasses:
- RenderPageCommand
- public abstract class PageCommand
- extends PortalObjectCommand
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Constructor Summary |
PageCommand(java.lang.String pageId)
|
Method Summary |
void |
create()
Initialize the command |
Page |
getPage()
Get the requested page |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
page
protected Page page
- .
portal
protected Portal portal
- .
PageCommand
public PageCommand(java.lang.String pageId)
getPage
public Page getPage()
- Get the requested page
- Returns:
- the requested page
create
public void create()
throws ControllerException
- Initialize the command
- Overrides:
create
in class PortalObjectCommand
- Throws:
InvocationException
ControllerException