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

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

    Modifier and Type
    Interface
    Description
    interface 
    Aka ClientCode.
    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 
    CMCSS beans provide static CSS resources with a media attribute and a dependency list with other CSS 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 
    CMFolderProperties documents hold a list of contexts which is inherited by all resources under this document's folder.
    interface 
    CMGallery<T extends CMMedia>
    A collection of media contents.
    interface 
    Actually, contexts are related to segment and link building and thus belong to CMLinkable.
    interface 
    CMHTML beans represent static HTML code.
    interface 
    A technical image, e.g.
    interface 
     
    interface 
    The CMInteractive type adds no extra properties but leaves a pluggable spot where needed properties could be attached via a DocTypeAspect.
    interface 
    Content beans for static JavaScript code.
    interface 
    CMLinkable is the base type for each document which can be referenced as standalone content or navigation unit.
    interface 
    Nearly everything except very technical entities is localizable, so this type is nearly top level.
    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 document type CMResourceBundle.
    interface 
    The Blueprint uses settings for various purposes.
    interface 
    Helper document: All root navigations must be referred to by a CMSite.
    interface 
    Represents a human readable sitemap for orientation in the website.
    interface 
    A 360 degrees spinner.
    interface 
    CMSymbol documents are constants, used in terms of enumeration values.
    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 
    CMTheme beans provide access to combined CMCSS, CMJavaScript documents usable to be attached to a channel.
    interface 
    The CMVideo adds no extra properties but leaves a pluggable spot where needed properties could be attached via a DocTypeAspect.
    interface 
    CMViewtype symbols are used to represent viewtypes of documents.
    interface 
    The CMVisual type splits the media hierarchy to visual components.
    Methods in com.coremedia.blueprint.common.contentbeans that return types with arguments of type CMObject
    Modifier and Type
    Method
    Description
    Map<String,? extends com.coremedia.cae.aspect.Aspect<? extends CMObject>>
    CMObject.getAspectByName()
    Deprecated.
    since 1907.1; Implement optional features as extensions.
    List<? extends com.coremedia.cae.aspect.Aspect<? extends CMObject>>
    CMObject.getAspects()
    Deprecated.
    since 1907.1; Implement optional features as extensions.
  • Uses of CMObject in com.coremedia.blueprint.common.navigation.context.selector

    Modifier and Type
    Method
    Description
    LinkableBeanContextSelector.selectContext(CMContext currentContext, List<? extends CMContext> candidates, CMObject target)