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 tagnull
getContentModelTags()
java.lang.String getContainerTypeID(java.lang.String tag)
null
if the container is unknown or has no type ID.tag
- the container tagnull
getContainerTags()
ContentContainer getContentContainer(java.lang.String tag)
null
.tag
- the container tagnull
getContainerTags()
void putContentContainer(java.lang.String tag, ContentContainer container)
tag
- the container tagcontainer
- the container or null
getContainerTags()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.