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

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

Methods in org.apache.jetspeed.modules.actions.portlets with parameters of type PortletSet
static java.util.List CustomizeSetAction.buildPortletList(org.apache.turbine.util.RunData data, PortletSet set, java.lang.String mediaType, java.util.List allPortlets)
           
 

Uses of PortletSet in org.apache.jetspeed.om.profile
 

Methods in org.apache.jetspeed.om.profile that return PortletSet
 PortletSet Profile.getRootSet()
          Deprecated. Will be removed with refactoring of profiler service.
 PortletSet BaseProfile.getRootSet()
          Gets the root set of portlets for this profile object.
 

Uses of PortletSet in org.apache.jetspeed.portal
 

Subinterfaces of PortletSet in org.apache.jetspeed.portal
 interface PortletControl
          The PortletControl acts both as a decoration around a Portlet or PortletSet and also as the window manager for the enclosed Portlet(Set).
 

Classes in org.apache.jetspeed.portal that implement PortletSet
 class BasePortletSet
          The PortletSet is basically a wrapper around an array of portlets.
 

Methods in org.apache.jetspeed.portal that return PortletSet
 PortletSet PortletController.getPortlets()
          Returns the PortletSet to render by this controller
 PortletSet PortletConfig.getPortletSet()
          Returns the portlet current PortletSet
 PortletSet BasePortletConfig.getPortletSet()
          Returns the portlet current PortletSet
 

Methods in org.apache.jetspeed.portal with parameters of type PortletSet
 void PortletController.setPortlets(PortletSet portlets)
          Sets the PotletSet to render by this controller
 void PortletConfig.setPortletSet(PortletSet set)
          Set the context (PortletSet) for this portlet
 void BasePortletConfig.setPortletSet(PortletSet set)
          Set the context (PortletSet) for this portlet
 

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

Methods in org.apache.jetspeed.portal.controllers that return PortletSet
 PortletSet AbstractPortletController.getPortlets()
           
 

Methods in org.apache.jetspeed.portal.controllers with parameters of type PortletSet
 void AbstractPortletController.setPortlets(PortletSet portlets)
          Allows the user to override the default set of portlets...
protected  org.apache.ecs.ConcreteElement AbstractPortletController.getContent(PortletSet set, org.apache.turbine.util.RunData data)
           
protected  org.apache.ecs.ConcreteElement AbstractPortletController.getWMLContent(PortletSet set, org.apache.turbine.util.RunData data)
           
protected  org.apache.ecs.ConcreteElement AbstractPortletController.getHTMLContent(PortletSet set, org.apache.turbine.util.RunData data)
           
 

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

Classes in org.apache.jetspeed.portal.controls that implement PortletSet
 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 PortletSet in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services that return PortletSet
static PortletSet PortalToolkit.getSet(Portlets portlets)
          Creates a PortletSet from a PSML portlets description
 

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

Methods in org.apache.jetspeed.services.portaltoolkit that return PortletSet
 PortletSet PortalToolkitService.getSet(Portlets portlets)
          Creates a PortletSet from a PSML portlets description
 PortletSet JetspeedPortalToolkitService.getSet(Portlets portlets)
          Creates a PortletSet from a PSML portlets description
protected  PortletSet JetspeedPortalToolkitService.getSet(Portlets portlets, JetspeedPortalToolkitService.VariableInteger theCount)
          Creates a PortletSet from a PSML portlets description, updating the portletset name based on its position within the tree
 



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