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

Packages that use MetaInfo
org.apache.jetspeed.om.registry Represents a repository of configuration data. 
org.apache.jetspeed.om.registry.base   
 

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

Methods in org.apache.jetspeed.om.registry that return MetaInfo
 MetaInfo SecurityEntry.getMetaInfo()
          Getter for property metaInfo.
 MetaInfo RegistryEntry.getMetaInfo()
           
 

Methods in org.apache.jetspeed.om.registry with parameters of type MetaInfo
 void SecurityEntry.setMetaInfo(MetaInfo metaInfo)
          Setter for property metaInfo.
 void RegistryEntry.setMetaInfo(MetaInfo metainfo)
          Set the metainfo properties for this entry
 

Uses of MetaInfo in org.apache.jetspeed.om.registry.base
 

Classes in org.apache.jetspeed.om.registry.base that implement MetaInfo
 class BaseMetaInfo
          Bean like implementation of the Metainfo interface suitable for Castor serialization.
 

Fields in org.apache.jetspeed.om.registry.base declared as MetaInfo
protected  MetaInfo BaseRegistryEntry.metaInfo
           
 

Methods in org.apache.jetspeed.om.registry.base that return MetaInfo
 MetaInfo BaseRegistryEntry.getMetaInfo()
           
 MetaInfo BasePortletEntry.getMetaInfo()
           
 

Methods in org.apache.jetspeed.om.registry.base with parameters of type MetaInfo
 void BaseRegistryEntry.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.