Interface DynamizableContainer

All Superinterfaces:
Container<CMTeasable>
All Known Implementing Classes:
DynamizableCMTeasableContainer

public interface DynamizableContainer extends Container<CMTeasable>
Container that possibly contains dynamic items. Useful to render a dynamic include on the container level.
  • Method Details

    • isDynamic

      default boolean isDynamic()
      Is this a dynamic container? Default implementation returns true.
      Returns:
      true if this is a dynamic container