Package org.apache.jetspeed.om.profile

Represents the options available for displaying the portlet.

See:
          Description

Interface Summary
ConfigElement ConfigElement is the base interface that objects must implement in order to be used with the Profile service.
Control Default bean like implementation of the control entry in psml
Controller Default bean like implementation of the controller entry in psml
Entry An Entry is a representation of a Portlet within a configuration Document.
IdentityElement ConfigElement is the base interface that objects must implement in order to be used with the Profile service.
Layout Default bean like implementation of the layout entry in psml
MetaInfo Interface describing meta info for an entry.
Parameter Interface for parameters in psml
Portlets Portlets is collection of portlet entries and other portlet sets within a configuration Document.
Profile Represents a profile, the interface to a PSML resource.
ProfileLocator Interface definition for a Profile Locator.
PSMLDocument This interface represents a loaded PSML document in memory, providing all facilities for finding and updating specific parts of the document.
Reference Portlets is collection of portlet entries and other portlet sets within a configuration Document.
Role Interface for security roles in psml
Security Interface describing security for an entry.
Skin Default bean like implementation of the skin entry in psml
 

Class Summary
BaseProfile Provides base functionality within a Registry.
BaseProfileLocator Interface definition for a Profile Locator.
BasePSMLDocument This class represents a loaded PSML document in memory, providing all facilities for finding and updating specific parts of the document.
ImportProfile Represents a Profile object specially for importing PSML from one service to another (ex.
QueryLocator  
 

Exception Summary
ProfileException Occurs when anything unexpected happens within Jetspeed with a Profile.
 

Package org.apache.jetspeed.om.profile Description

Represents the options available for displaying the portlet. This includes the general/anonymous layout and user specific customized views of the portlet. The Profile class is the main object in this package, with utility classes like ProfileLocator providing means of looking up Profile's. The Entry class represents a Portlet, but within a profile document.



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