public interface ContentContainerProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getContainerTagIterator()
Returns an iterator for the container tags where each tag
is a string.
|
java.util.List<java.lang.String> |
getContainerTags()
Returns a list of the container tags.
|
java.lang.String |
getContainerTypeID(java.lang.String tag)
Returns the type ID associated with the container tag
or
null if the container is unknown or has no type ID. |
ContentContainer |
getContentContainer(java.lang.String tag)
Returns the container associated with the supplied tag
or
null. |
ContentModel |
getContentModel(java.lang.String tag)
Returns the content model associated with the content tags
or
null if content model tag is unknown. |
java.util.List<java.lang.String> |
getContentModelTags()
Returns a list of the content models supported by this object.
|
void |
putContentContainer(java.lang.String tag,
ContentContainer container)
Adds or updates the container component with the supplied tag.
|
java.util.Iterator getContainerTagIterator()
getContainerTags()java.util.List<java.lang.String> getContainerTags()
getContainerTagIterator()java.util.List<java.lang.String> getContentModelTags()
ContentModel getContentModel(java.lang.String tag)
null if content model tag is unknown.tag - the content model tagnullgetContentModelTags()java.lang.String getContainerTypeID(java.lang.String tag)
null if the container is unknown or has no type ID.tag - the container tagnullgetContainerTags()ContentContainer getContentContainer(java.lang.String tag)
null.tag - the container tagnullgetContainerTags()void putContentContainer(java.lang.String tag,
ContentContainer container)
tag - the container tagcontainer - the container or nullgetContainerTags()Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.