public class ContainerList extends ContentElement
ContainerList class represents container lists imported from
a CQ4 system. Instances of this class are primarily created by deserializing
a Durbo input stream and must not be confused with the actual ContentBus API
content element com.day.cq.contentbus.ContainerList.| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getContainers()
|
ContentElement |
getElement(java.lang.String label)
Returns the child content element with the given label.
|
java.lang.String |
toString()
Returns a user readable string representation of this container for
logging and informational purposes.
|
getJcrName, getLabel, getPage, getQualidentpublic java.util.Iterator getContainers()
public ContentElement getElement(java.lang.String label)
Container or null if no such
content element exists.getElement in class ContentElementlabel - The label of the content element to returnpublic java.lang.String toString()
toString in class java.lang.Object