Uses of Interface
org.apache.jetspeed.om.profile.Controller

Packages that use Controller
org.apache.jetspeed.om.profile Represents the options available for displaying the portlet. 
org.apache.jetspeed.om.profile.psml   
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 Controller in org.apache.jetspeed.om.profile
 

Methods in org.apache.jetspeed.om.profile that return Controller
 Controller Portlets.getController()
           
 

Methods in org.apache.jetspeed.om.profile with parameters of type Controller
 void Portlets.setController(Controller controller)
           
 

Uses of Controller in org.apache.jetspeed.om.profile.psml
 

Classes in org.apache.jetspeed.om.profile.psml that implement Controller
 class PsmlController
          Default bean like implementation of the controller entry in psml
 

Methods in org.apache.jetspeed.om.profile.psml that return Controller
 Controller PsmlReference.getController()
           
 Controller PsmlPortlets.getController()
           
 Controller PsmlIdentityElement.getController()
           
 

Methods in org.apache.jetspeed.om.profile.psml with parameters of type Controller
 void PsmlReference.setController(Controller controller)
           
 void PsmlPortlets.setController(Controller controller)
           
 void PsmlIdentityElement.setController(Controller controller)
           
 

Uses of Controller in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services with parameters of type Controller
static PortletController PortalToolkit.getController(Controller controller)
          Instanciates a PortletController based on a PSML Controller object
 

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

Methods in org.apache.jetspeed.services.portaltoolkit with parameters of type Controller
 PortletController PortalToolkitService.getController(Controller controller)
          Instanciates a PortletController based on a PSML Controller object
 PortletController JetspeedPortalToolkitService.getController(Controller controller)
          Instantiates a PortletController based on a PSML Controller object
protected static java.util.Map JetspeedPortalToolkitService.getParameters(Controller controller)
          Retrieves the parameters from a PSML Controller object
 



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