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

Packages that use Control
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 Control in org.apache.jetspeed.om.profile
 

Methods in org.apache.jetspeed.om.profile that return Control
 Control IdentityElement.getControl()
           
 

Methods in org.apache.jetspeed.om.profile with parameters of type Control
 void IdentityElement.setControl(Control control)
           
 

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

Classes in org.apache.jetspeed.om.profile.psml that implement Control
 class PsmlControl
          Default bean like implementation of the control entry in psml
 

Methods in org.apache.jetspeed.om.profile.psml that return Control
 Control PsmlReference.getControl()
           
 Control PsmlIdentityElement.getControl()
           
 

Methods in org.apache.jetspeed.om.profile.psml with parameters of type Control
 void PsmlReference.setControl(Control control)
           
 void PsmlIdentityElement.setControl(Control control)
           
 

Uses of Control in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services with parameters of type Control
static PortletControl PortalToolkit.getControl(Control control)
          Instanciates a PortletControl based on a PSML Control object
 

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

Methods in org.apache.jetspeed.services.portaltoolkit with parameters of type Control
 PortletControl PortalToolkitService.getControl(Control control)
          Instanciates a PortletControl based on a PSML Control object
 PortletControl JetspeedPortalToolkitService.getControl(Control control)
          Instanciates a PortletControl based on a PSML Control object
protected  PortletControl JetspeedPortalToolkitService.getControl(Control control, PortletEntry entry)
           
protected static java.util.Map JetspeedPortalToolkitService.getParameters(Control control)
          Retrieves the parameters from a PSML Control object
 



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