org.jboss.portal.core.model.portal.command.view
Class ViewPageCommand
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.view.ViewPageCommand
public class ViewPageCommand
- extends PageCommand
- Version:
- $Revision: 11559 $
- Author:
- Julien Viet
| Fields inherited from class org.jboss.portal.core.model.portal.command.PageCommand |
page |
| Fields inherited from class org.jboss.portal.common.invocation.Invocation |
EMPTY_STACK |
| Methods inherited from class org.jboss.portal.common.invocation.Invocation |
getAttribute, getHandler, invoke, invokeNext, removeAttribute, setAttribute, setHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewPageCommand
public ViewPageCommand(PortalObjectId pageId,
java.util.Map<java.lang.String,java.lang.String[]> parameters)
ViewPageCommand
public ViewPageCommand(PortalObjectId pageId)
initPage
protected Page initPage()
- Specified by:
initPage in class PageCommand
getInfo
public CommandInfo getInfo()
- Description copied from class:
ControllerCommand
- Return the meta data of this command.
- Specified by:
getInfo in class ControllerCommand
getParameters
public java.util.Map<java.lang.String,java.lang.String[]> getParameters()
execute
public ControllerResponse execute()
throws ControllerException
- Description copied from class:
ControllerCommand
- Execute the command.
- Specified by:
execute in class ControllerCommand
- Throws:
ControllerException