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

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

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

Methods in org.apache.jetspeed.om.profile that return Reference
 Reference Portlets.getReference(int index)
           
 Reference Portlets.removeReference(int index)
           
 Reference[] Portlets.getReferenceArray()
           
 

Methods in org.apache.jetspeed.om.profile with parameters of type Reference
 void Portlets.addReference(Reference ref)
           
 

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

Classes in org.apache.jetspeed.om.profile.psml that implement Reference
 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 Reference
 Reference PsmlReference.getReference(int index)
           
 Reference PsmlReference.removeReference(int index)
           
 Reference[] PsmlReference.getReferenceArray()
           
 Reference PsmlPortlets.removeReference(int index)
           
 Reference PsmlPortlets.getReference(int index)
           
 Reference[] PsmlPortlets.getReferenceArray()
           
 

Methods in org.apache.jetspeed.om.profile.psml with parameters of type Reference
 void PsmlReference.addReference(Reference ref)
           
 void PsmlPortlets.addReference(Reference ref)
           
 



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