org.jboss.portal.core.model.portal.control.page
Class PageControlContext

java.lang.Object
  extended by org.jboss.portal.core.model.portal.control.ControlContext
      extended by org.jboss.portal.core.model.portal.control.page.PageControlContext

public class PageControlContext
extends ControlContext

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
PageControlContext(ControllerContext controllerContext, PortalObjectId windowId, WindowRendition rendition)
           
 
Method Summary
 WindowRendition getRendition()
           
 PortalObjectId getWindowId()
           
 
Methods inherited from class org.jboss.portal.core.model.portal.control.ControlContext
getControllerContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageControlContext

public PageControlContext(ControllerContext controllerContext,
                          PortalObjectId windowId,
                          WindowRendition rendition)
Method Detail

getWindowId

public PortalObjectId getWindowId()

getRendition

public WindowRendition getRendition()