org.jboss.portal.core.model.portal.command
Class ContextCommand

java.lang.Object
  extended by org.jboss.portal.common.invocation.Invocation
      extended by org.jboss.portal.core.controller.ControllerCommand
          extended by org.jboss.portal.core.model.portal.command.PortalObjectCommand
              extended by org.jboss.portal.core.model.portal.command.ContextCommand
Direct Known Subclasses:
ViewContextCommand

public abstract class ContextCommand
extends PortalObjectCommand

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
protected  Context root
          .
 
Fields inherited from class org.jboss.portal.core.model.portal.command.PortalObjectCommand
dashboard, target, targetId
 
Fields inherited from class org.jboss.portal.core.controller.ControllerCommand
context, log, NAVIGATIONAL_STATE_SCOPE, PRINCIPAL_SCOPE, REQUEST_SCOPE, SESSION_SCOPE
 
Fields inherited from class org.jboss.portal.common.invocation.Invocation
EMPTY_STACK
 
Constructor Summary
ContextCommand(PortalObjectId portalId)
           
 
Method Summary
 void acquireResources()
           
 Context getRoot()
          Get the requested root.
 
Methods inherited from class org.jboss.portal.core.model.portal.command.PortalObjectCommand
enforceSecurity, getTarget, getTargetId, isDashboard
 
Methods inherited from class org.jboss.portal.core.controller.ControllerCommand
create, createContext, destroy, destroyContext, execute, getContext, getControllerContext, getInfo, releaseResources, rethrow
 
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
 

Field Detail

root

protected Context root
.

Constructor Detail

ContextCommand

public ContextCommand(PortalObjectId portalId)
Method Detail

getRoot

public Context getRoot()
Get the requested root.

Returns:
the requested root

acquireResources

public void acquireResources()
                      throws NoSuchResourceException
Overrides:
acquireResources in class PortalObjectCommand
Throws:
NoSuchResourceException