org.jboss.portal.core.model.portal.control
Class ControlContext

java.lang.Object
  extended by org.jboss.portal.core.model.portal.control.ControlContext
Direct Known Subclasses:
PageControlContext, PortalControlContext

public class ControlContext
extends java.lang.Object

Base class for the control context provided to a control policy.

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
ControlContext(ControllerContext controllerContext)
           
 
Method Summary
 ControllerContext getControllerContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlContext

public ControlContext(ControllerContext controllerContext)
Method Detail

getControllerContext

public ControllerContext getControllerContext()