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

Packages that use PortletControl
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 PortletControl in org.apache.jetspeed.portal.controls
 

Classes in org.apache.jetspeed.portal.controls that implement PortletControl
 class AbstractPortletControl
          The PortletControl acts both as a decoration around a Portlet or PortletSet and also as the window manager for the enclosed Portlet(Set).
 class TitleControl
           This control renders the title of a portlet for MimeTyps WML and HTML.
 class VelocityPortletControl
          A Velocity based portlet control which implements all PortletState action
 class VelocityPortletSetControl
          A Velocity based portlet control designed for handling a PortletSet child
 

Uses of PortletControl in org.apache.jetspeed.services
 

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

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

Methods in org.apache.jetspeed.services.portaltoolkit that return PortletControl
 PortletControl PortalToolkitService.getControl(java.lang.String name)
          Instanciates a PortletControl based on a Registry entry, if available or directly from a classname.
 PortletControl PortalToolkitService.getControl(Control control)
          Instanciates a PortletControl based on a PSML Control object
 PortletControl JetspeedPortalToolkitService.getControl(java.lang.String name)
          Instanciates a PortletControl based on a Registry entry, if available or directly from a classname.
 PortletControl JetspeedPortalToolkitService.getControl(Control control)
          Instanciates a PortletControl based on a PSML Control object
protected  PortletControl JetspeedPortalToolkitService.getControl(Control control, PortletEntry entry)
           
protected  PortletControl JetspeedPortalToolkitService.initControl(PortletControl pc, Portlet portlet)
          Associates a PortletControl with an existing Portlet and returns the Control
 

Methods in org.apache.jetspeed.services.portaltoolkit with parameters of type PortletControl
protected  PortletControl JetspeedPortalToolkitService.initControl(PortletControl pc, Portlet portlet)
          Associates a PortletControl with an existing Portlet and returns the Control
 



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