org.apache.jetspeed.om.profile
Interface Reference

All Superinterfaces:
java.lang.Cloneable, ConfigElement, IdentityElement, MetaInfo, Portlets, java.io.Serializable
All Known Implementing Classes:
PsmlReference

public interface Reference
extends Portlets

Portlets is collection of portlet entries and other portlet sets within a configuration Document.

Version:
$Id: Reference.java,v 1.3 2004/02/23 03:05:01 jford Exp $
Author:
David Sean Taylor

Method Summary
 java.lang.String getPath()
           
 Portlets getPortletsReference()
           
 void setPath(java.lang.String path)
           
 
Methods inherited from interface org.apache.jetspeed.om.profile.Portlets
addEntry, addPortlets, addReference, getController, getEntriesArray, getEntriesIterator, getEntry, getEntryCount, getParentPortlets, getPortlets, getPortletsArray, getPortletsCount, getPortletsIterator, getReference, getReferenceArray, getReferenceCount, getReferenceIterator, getSecurity, getSecurityRef, removeEntry, removePortlets, removeReference, setController, setParentPortlets, setSecurity, setSecurityRef
 
Methods inherited from interface org.apache.jetspeed.om.profile.IdentityElement
getControl, getId, getLayout, getMetaInfo, getSkin, setControl, setId, setLayout, setMetaInfo, setSkin
 
Methods inherited from interface org.apache.jetspeed.om.profile.MetaInfo
clone, getDescription, getImage, getTitle, setDescription, setImage, setTitle
 
Methods inherited from interface org.apache.jetspeed.om.profile.ConfigElement
addParameter, clone, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameterValue, removeAllParameter, removeParameter, setName, setParameter
 

Method Detail

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getPortletsReference

public Portlets getPortletsReference()


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