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

Packages that use Portlets
org.apache.jetspeed.modules.actions.controllers   
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.persistence   
org.apache.jetspeed.services.portaltoolkit Services for creating new Portal objects from named Registry entries or PSML configuration entries. 
org.apache.jetspeed.services.profiler   
org.apache.jetspeed.services.psmlmanager   
org.apache.jetspeed.services.psmlmanager.db   
org.apache.jetspeed.util   
org.apache.jetspeed.util.template   
 

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

Methods in org.apache.jetspeed.modules.actions.controllers with parameters of type Portlets
protected static java.util.List[] MultiColumnControllerAction.buildColumns(Portlets set, int colNum)
           
 

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

Subinterfaces of Portlets in org.apache.jetspeed.om.profile
 interface Reference
          Portlets is collection of portlet entries and other portlet sets within a configuration Document.
 

Methods in org.apache.jetspeed.om.profile that return Portlets
 Portlets Reference.getPortletsReference()
           
 Portlets PSMLDocument.getPortlets()
          Return the portlet set PSML description of this document
 Portlets PSMLDocument.getPortlets(java.lang.String name)
          Returns the first portlets element in the current PSML resource corresponding to the given name
 Portlets PSMLDocument.getPortletsById(java.lang.String portletId)
          Returns the first portlets element in the current PSML resource corresponding to the given name
 Portlets PSMLDocument.getPortlets(int position)
          Returns the first portlets element in the current PSML resource found at the specified position.
 Portlets Portlets.getPortlets(int index)
           
 Portlets Portlets.removePortlets(int index)
           
 Portlets[] Portlets.getPortletsArray()
           
 Portlets Portlets.getParentPortlets()
           
 Portlets BasePSMLDocument.getPortlets()
          Return ths portlet set PSML description of this document
 Portlets BasePSMLDocument.getPortlets(java.lang.String name)
          Returns the first portlets element in the current PSML resource corresponding to the given name
 Portlets BasePSMLDocument.getPortletsById(java.lang.String portletId)
          Returns the first portlets element in the current PSML resource corresponding to the given id
 Portlets BasePSMLDocument.getPortlets(int position)
          Returns the first portlets element in the current PSML resource found at the specified position.
static Portlets BasePSMLDocument.getPortletsById(Portlets portlets, java.lang.String portletId)
          Returns the first portlets element in the specified PSML resource corresponding to the given Id
static Portlets BasePSMLDocument.getPortlets(Portlets portlets, java.lang.String name)
          Returns the first portlets element in the specified PSML resource corresponding to the given name
static Portlets BasePSMLDocument.getPortlets(Portlets portlets, int position, int count)
          Returns the first portlets element in the specified PSML resource in the given position
 

Methods in org.apache.jetspeed.om.profile with parameters of type Portlets
 void PSMLDocument.setPortlets(Portlets portlets)
          Sets a new PSML object model for this document
 void Portlets.addPortlets(Portlets portlets)
           
 void Portlets.setParentPortlets(Portlets parent)
           
 void BasePSMLDocument.setPortlets(Portlets portlets)
          Sets a new PSML object model for this document
static Entry BasePSMLDocument.getEntry(Portlets portlets, java.lang.String name)
          Returns the first entry in the specified PSML resource corresponding to the given portlet name
static Entry BasePSMLDocument.getEntryById(Portlets portlets, java.lang.String entryId)
          Returns the first entry in the specified PSML resource corresponding to the given portlet Id
static Portlets BasePSMLDocument.getPortletsById(Portlets portlets, java.lang.String portletId)
          Returns the first portlets element in the specified PSML resource corresponding to the given Id
static Portlets BasePSMLDocument.getPortlets(Portlets portlets, java.lang.String name)
          Returns the first portlets element in the specified PSML resource corresponding to the given name
static Portlets BasePSMLDocument.getPortlets(Portlets portlets, int position, int count)
          Returns the first portlets element in the specified PSML resource in the given position
static boolean BasePSMLDocument.removeEntryById(Portlets portlets, java.lang.String entryId)
          Remove the Entry in the specified PSML resource corresponding to the given portlet Id
 

Constructors in org.apache.jetspeed.om.profile with parameters of type Portlets
BasePSMLDocument(java.lang.String name, Portlets portlets)
          Construct a new named PSMLDocument associated with the specified PSML portlet set description
 

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

Classes in org.apache.jetspeed.om.profile.psml that implement Portlets
 class PsmlPortlets
          Base simple bean-like implementation of the Portlets interface suitable for Castor XML serialization.
 class PsmlReference
          Base simple bean-like implementation of the Portlets interface suitable for Castor XML serialization.
 

Methods in org.apache.jetspeed.om.profile.psml that return Portlets
 Portlets PsmlReference.getPortletsReference()
           
 Portlets PsmlReference.removePortlets(int index)
           
 Portlets PsmlReference.getPortlets(int index)
           
 Portlets[] PsmlReference.getPortletsArray()
           
 Portlets PsmlPortlets.removePortlets(int index)
           
 Portlets PsmlPortlets.getPortlets(int index)
           
 Portlets[] PsmlPortlets.getPortletsArray()
           
 Portlets PsmlPortlets.getParentPortlets()
          Returns the parent.
 

Methods in org.apache.jetspeed.om.profile.psml with parameters of type Portlets
 void PsmlReference.addPortlets(Portlets p)
           
 void PsmlPortlets.addPortlets(Portlets p)
           
 void PsmlPortlets.setParentPortlets(Portlets parent)
          Sets the parent.
 

Uses of Portlets in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services that return Portlets
static Portlets PortalToolkit.getReference(java.lang.String locatorPath)
          Given a locator String path, returns a Portlets collecton
 

Methods in org.apache.jetspeed.services with parameters of type Portlets
static Profile Profiler.createProfile(ProfileLocator locator, Portlets portlets)
           
static PortletSet PortalToolkit.getSet(Portlets portlets)
          Creates a PortletSet from a PSML portlets description
 

Uses of Portlets in org.apache.jetspeed.services.persistence
 

Methods in org.apache.jetspeed.services.persistence with parameters of type Portlets
protected  void JetspeedPortalPersistenceService.buildAllEntries(Portlets portlets, java.util.ArrayList entries, Profile profile)
           
 

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

Methods in org.apache.jetspeed.services.portaltoolkit that return Portlets
 Portlets PortalToolkitService.getReference(java.lang.String locatorPath)
          Given a locator String path, returns a Portlets collecton
 Portlets JetspeedPortalToolkitService.getReference(java.lang.String locatorPath)
          Given a locator String path, returns a Portlets collecton
 

Methods in org.apache.jetspeed.services.portaltoolkit with parameters of type Portlets
 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
protected  PortletConfig JetspeedPortalToolkitService.getPortletConfig(Portlets portlets)
          Given a PSML Portlets, get the value of what its PortletConfig would be.
protected static java.util.Map JetspeedPortalToolkitService.getParameters(Portlets portlets)
          Fetches the parameters out of a PSML Portlets entry
protected static MetaData JetspeedPortalToolkitService.getMetaData(Portlets portlets)
          Create a MetaData object from a PSML Metainfo object
protected  java.lang.String JetspeedPortalToolkitService.findSkin(Portlets portlets)
          Helps locate a skin, recursively if neccesary.
 

Uses of Portlets in org.apache.jetspeed.services.profiler
 

Methods in org.apache.jetspeed.services.profiler with parameters of type Portlets
 Profile ProfilerService.createProfile(ProfileLocator locator, Portlets portlets)
          Create a new profile.
 Profile JetspeedProfilerService.createProfile(ProfileLocator locator, Portlets portlets)
          Create a new profile given a profile locator This method assumes that you have cloned and regenerated the portlet ids if the portlets come from another profile.
 

Uses of Portlets in org.apache.jetspeed.services.psmlmanager
 

Methods in org.apache.jetspeed.services.psmlmanager that return Portlets
protected  Portlets CastorPsmlManagerService.load(java.io.Reader reader)
          Deserializes a PSML structure read from the reader using Castor XML unmarshaller
 

Methods in org.apache.jetspeed.services.psmlmanager with parameters of type Portlets
protected  void CastorPsmlManagerService.save(java.io.Writer writer, Portlets portlets)
          Serializes a PSML structure using the specified writer with Castor XML marshaller and a Xerces serializer for pretty printing
 

Uses of Portlets in org.apache.jetspeed.services.psmlmanager.db
 

Methods in org.apache.jetspeed.services.psmlmanager.db that return Portlets
static Portlets DBUtils.bytesToPortlets(byte[] portletBytes, org.exolab.castor.mapping.Mapping mapping)
          Deserialize a PSML structure read from bytes array using Castor XML unmarshaller
 

Methods in org.apache.jetspeed.services.psmlmanager.db with parameters of type Portlets
static byte[] DBUtils.portletsToBytes(Portlets portlets, org.exolab.castor.mapping.Mapping mapping)
          Serialize a PSML structure using string writer with Castor XML marshaller, put it in bytes array and return it.
protected  PSMLDocument DatabasePsmlManagerService.getPSMLDocument(java.lang.String page, Portlets portlets)
          Get PSMLDocument object for given pagename and portlets.
 Profile DatabasePsmlManagerService.createUserProfile(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile entity, Portlets portlets)
          Creates a user profile from a JetspeedUserProfile database object.
 Profile DatabasePsmlManagerService.createGroupProfile(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile entity, Portlets portlets)
          Creates a group profile from a JetspeedGroupProfile database object.
 Profile DatabasePsmlManagerService.createRoleProfile(org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile entity, Portlets portlets)
          Creates a role profile from a JetspeedRoleProfile database object.
 

Uses of Portlets in org.apache.jetspeed.util
 

Methods in org.apache.jetspeed.util with parameters of type Portlets
static void PortletUtils.regenerateIds(Portlets topPortlets)
          Regenerates jspeid for all portlets, entries and references
 

Uses of Portlets in org.apache.jetspeed.util.template
 

Methods in org.apache.jetspeed.util.template with parameters of type Portlets
 org.apache.turbine.util.DynamicURI JetspeedLink.getAction(java.lang.String action, Portlets portlet)
          Return a link that includes an action to a specific portlet, as defined by a portlets
 org.apache.turbine.util.DynamicURI JetspeedLink.setAction(java.lang.String action, Portlets portlet)
          Deprecated. use getAction()
 org.apache.turbine.util.DynamicURI BaseJetspeedLink.setAction(java.lang.String action, Portlets portlets)
          Deprecated. Use getAction()
 org.apache.turbine.util.DynamicURI BaseJetspeedLink.getAction(java.lang.String action, Portlets portlets)
          Return a link that includes an action to a specific portlet, as defined by a portlets
 



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