Uses of Interface
com.coremedia.blueprint.common.contentbeans.CMHasContexts

Packages that use CMHasContexts
  • Uses of CMHasContexts in com.coremedia.blueprint.common.contentbeans

    Modifier and Type
    Interface
    Description
    interface 
    Dynamic resources which don't contain their actual content in the shape of properties but generate it on the fly by some business logic.
    interface 
    Represents the document type CMArticle.
    interface 
    The CMAudio type splits the media hierarchy to audio components.
    interface 
    A channel is a hierarchical navigation entity with "booked content".
    interface 
    A collection of contents.
    interface 
    Abstract base type for navigational documents.
    interface 
    Serves arbitrary download data of mime type *.*.
    interface 
    A placeholder for a dynamically populated list of content objects.
    interface 
    CMExternalLink enhances an external URL with the Teasable features.
    interface 
    CMGallery<T extends CMMedia>
    A collection of media contents.
    interface 
    CMHTML beans represent static HTML code.
    interface 
     
    interface 
    The CMInteractive type adds no extra properties but leaves a pluggable spot where needed properties could be attached via a DocTypeAspect.
    interface 
    CMLocTaxonomy beans allow for a categorization of contents by geographical attributes.
    interface 
    The abstract CMMedia type starts the media hierarchy defining data, caption and an alt property.
    interface 
    Base type for navigation items.
    interface 
    Represents the document type CMPerson.
    interface 
    A picture with the actual image blob and some metadata.
    interface 
    CMPlaceholder is the base type for each document that can be used as a placeholder in order to use a dedicated JSP for rendering.
    interface 
    CMQueryList documents utilize a struct in the localSettings property to store a query.
    interface 
    Represents a human readable sitemap for orientation in the website.
    interface 
    A 360 degrees spinner.
    interface 
    CMTaxonomy beans allow for a categorization of contents.
    interface 
    Each content has an embedded Teaser and a detailText for the page view.
    interface 
    Stand-alone teaser, in case you need multiple teasers to some content, so that the embedded teaser is not sufficient.
    interface 
    The CMVideo adds no extra properties but leaves a pluggable spot where needed properties could be attached via a DocTypeAspect.
    interface 
    The CMVisual type splits the media hierarchy to visual components.
    Modifier and Type
    Method
    Description
    CMHasContexts.getMaster()
    Returns the value of the document property CMLocalized.MASTER.
    Methods in com.coremedia.blueprint.common.contentbeans that return types with arguments of type CMHasContexts
    Modifier and Type
    Method
    Description
    Map<String,? extends com.coremedia.cae.aspect.Aspect<? extends CMHasContexts>>
    CMHasContexts.getAspectByName()
    Deprecated.
    since 1907.1; Implement optional features as extensions.
    List<? extends com.coremedia.cae.aspect.Aspect<? extends CMHasContexts>>
    CMHasContexts.getAspects()
    Deprecated.
    since 1907.1; Implement optional features as extensions.
    CMHasContexts.getLocalizations()
     
    CMHasContexts.getVariantsByLocale()