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

Packages that use MetaInfo
org.apache.jetspeed.om.profile Represents the options available for displaying the portlet. 
org.apache.jetspeed.om.profile.psml   
 

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

Subinterfaces of MetaInfo in org.apache.jetspeed.om.profile
 interface Entry
          An Entry is a representation of a Portlet within a configuration Document.
 interface IdentityElement
          ConfigElement is the base interface that objects must implement in order to be used with the Profile service.
 interface Portlets
          Portlets is collection of portlet entries and other portlet sets within a configuration Document.
 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 MetaInfo
 MetaInfo IdentityElement.getMetaInfo()
           
 

Methods in org.apache.jetspeed.om.profile with parameters of type MetaInfo
 void IdentityElement.setMetaInfo(MetaInfo metaInfo)
          set the MetaInfo
 

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

Classes in org.apache.jetspeed.om.profile.psml that implement MetaInfo
 class PsmlEntry
          Default bean like implementation of the Entry interface suitable for serialization with Castor
 class PsmlIdentityElement
          Base simple bean-like implementation of the IdentityElement interface suitable for Castor XML serialization.
 class PsmlMetaInfo
          Bean like implementation of a meta-info repository
 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 MetaInfo
 MetaInfo PsmlReference.getMetaInfo()
          Required by Castor 0.8.11 XML serialization for retrieving the metainfo
 MetaInfo PsmlIdentityElement.getMetaInfo()
          Required by Castor 0.8.11 XML serialization for retrieving the metainfo
 

Methods in org.apache.jetspeed.om.profile.psml with parameters of type MetaInfo
 void PsmlIdentityElement.setMetaInfo(MetaInfo metaInfo)
          Required by Castor 0.8.11 XML serialization for setting the entry metainfo
 



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