Interface DynamizableContainer
- All Superinterfaces:
Container<CMTeasable>
- All Known Implementing Classes:
DynamizableCMTeasableContainer
Container that possibly contains dynamic items. Useful to render a dynamic include on the container level.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Is this a dynamic container? Default implementation returnstrue
.Methods inherited from interface com.coremedia.blueprint.common.layout.Container
asPagination, asPagination, getContainerMetadata, getFlattenedItems, getItems, getItemsMetadata, isPaginated
-
Method Details
-
isDynamic
default boolean isDynamic()Is this a dynamic container? Default implementation returnstrue
.- Returns:
- true if this is a dynamic container
-