Uses of Interface
org.apache.jetspeed.portal.PortletController

Packages that use PortletController
org.apache.jetspeed.modules.actions.controllers   
org.apache.jetspeed.portal Represents core classes for working with Portlets. 
org.apache.jetspeed.portal.controllers   
org.apache.jetspeed.portal.controls   
org.apache.jetspeed.services   
org.apache.jetspeed.services.portaltoolkit Services for creating new Portal objects from named Registry entries or PSML configuration entries. 
 

Uses of PortletController in org.apache.jetspeed.modules.actions.controllers
 

Methods in org.apache.jetspeed.modules.actions.controllers with parameters of type PortletController
protected  void XMultiColumnControllerAction.buildCustomizeContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
           
protected  void VelocityControllerAction.buildCustomizeContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
protected abstract  void VelocityControllerAction.buildNormalContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
protected  void RowColumnControllerAction.buildNormalContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
protected  void RowColumnControllerAction.buildCustomizeContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Adds a "pane" portlet object in the context which represents the currently selected pane
protected  void PanedControllerAction.buildNormalContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Adds a "pane" portlet object in the context which represents the currently selected pane
protected  void MultiColumnControllerAction.buildNormalContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
protected  void MultiColumnControllerAction.buildCustomizeContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
 

Uses of PortletController in org.apache.jetspeed.portal
 

Subinterfaces of PortletController in org.apache.jetspeed.portal
 interface PanedPortletController
          This interface must be implemented by all portlet controllers that don't display their entire content at one time.
 

Methods in org.apache.jetspeed.portal that return PortletController
 PortletController PortletSet.getController()
          Return the current controller for this set
 PortletController BasePortletSet.getController()
          Return the current controller for this set
 

Methods in org.apache.jetspeed.portal with parameters of type PortletController
 void PortletSet.setController(PortletController controller)
          Set the controller for this set
 void BasePortletSet.setController(PortletController controller)
          Set the controller for this set
 

Constructors in org.apache.jetspeed.portal with parameters of type PortletController
BasePortletSet(PortletController controller)
          Builds a new empty set for storing portlets with a default controller
 

Uses of PortletController in org.apache.jetspeed.portal.controllers
 

Classes in org.apache.jetspeed.portal.controllers that implement PortletController
 class AbstractPortletController
           
 class GridPortletController
          Layouts the portlets in a grid and apply the following constraints all cells within the same column have the same width all cells within the same row have the same minimum height
 class VelocityPanedPortletController
          A Velocity based portlet controller implementation that can be used to manage paned content (ie, where a only a subset of all portlets is visible at any given time)
 class VelocityPortletController
          A Velocity based portlet controller implementation
 

Uses of PortletController in org.apache.jetspeed.portal.controls
 

Methods in org.apache.jetspeed.portal.controls that return PortletController
 PortletController AbstractPortletControl.getController()
           
 

Methods in org.apache.jetspeed.portal.controls with parameters of type PortletController
 void AbstractPortletControl.setController(PortletController controller)
          Sets the controller for the inner PortletSet.
 

Uses of PortletController in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services that return PortletController
static PortletController PortalToolkit.getController(java.lang.String name)
          Instanciates a PortletController based on a Registry entry, if available or directly from a classname.
static PortletController PortalToolkit.getController(Controller controller)
          Instanciates a PortletController based on a PSML Controller object
 

Uses of PortletController in org.apache.jetspeed.services.portaltoolkit
 

Methods in org.apache.jetspeed.services.portaltoolkit that return PortletController
 PortletController PortalToolkitService.getController(java.lang.String name)
          Instanciates a PortletController based on a Registry entry, if available or directly from a classname.
 PortletController PortalToolkitService.getController(Controller controller)
          Instanciates a PortletController based on a PSML Controller object
 PortletController JetspeedPortalToolkitService.getController(java.lang.String name)
          Instanciates a PortletController based on a Registry entry, if available or directly from a classname.
 PortletController JetspeedPortalToolkitService.getController(Controller controller)
          Instantiates a PortletController based on a PSML Controller object
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.