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

Packages that use IdentityElement
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   
 

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

Methods in org.apache.jetspeed.modules.actions.controllers with parameters of type IdentityElement
protected static void MultiColumnControllerAction.setPosition(IdentityElement identityElement, int col, int row)
           
protected static void MultiColumnControllerAction.addElement(IdentityElement element, java.util.List[] table, java.util.List work, int columnCount)
          Add an element to the "table" or "work" objects.
 

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

Subinterfaces of IdentityElement in org.apache.jetspeed.om.profile
 interface Entry
          An Entry is a representation of a Portlet within a configuration Document.
 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.
 

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

Classes in org.apache.jetspeed.om.profile.psml that implement IdentityElement
 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 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.
 



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