Uses of Interface
com.coremedia.blueprint.common.contentbeans.CMTeasable
Packages that use CMTeasable
Package
Description
-
Uses of CMTeasable in com.coremedia.blueprint.common.contentbeans
Subinterfaces of CMTeasable in com.coremedia.blueprint.common.contentbeansModifier and TypeInterfaceDescriptioninterface
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 typeCMArticle
.interface
The CMAudio type splits the media hierarchy to audio components.interface
A channel is a hierarchical navigation entity with "booked content".interface
CMCollection<T>
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
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 typeCMPerson
.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
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.Methods in com.coremedia.blueprint.common.contentbeans that return CMTeasableModifier and TypeMethodDescriptionCMTeasable.getMaster()
Returns the value of the document propertyCMLocalized.MASTER
.CMVideo.getTimeLineDefaultTarget()
Methods in com.coremedia.blueprint.common.contentbeans that return types with arguments of type CMTeasableModifier and TypeMethodDescriptionMap<String,
? extends com.coremedia.cae.aspect.Aspect<? extends CMTeasable>> CMTeasable.getAspectByName()
Deprecated.since 1907.1; Implement optional features as extensions.List<? extends com.coremedia.cae.aspect.Aspect<? extends CMTeasable>>
CMTeasable.getAspects()
Deprecated.since 1907.1; Implement optional features as extensions.Collection<? extends CMTeasable>
CMTeasable.getLocalizations()
List<? extends CMTeasable>
CMTeasable.getRelated()
Returns the value of the document propertyRELATED
.List<? extends CMTeasable>
CMTeasable.getRelatedAll()
Returns a list of relatedCMTeasable
s which is a merge ofgetRelated()
,getRelatedByReferrers()
,getRelatedBySimilarTaxonomies()
.CMTeasable.getRelatedAllByType()
Returns a map where the keys are document type names and the values are Lists ofCMTeasable
s dynamically related to this object.List<? extends CMTeasable>
CMTeasable.getRelatedByReferrers()
List<? extends CMTeasable>
CMTeasable.getRelatedBySimilarTaxonomies()
ReturnsCMTeasable
s that are related to this item because they have a similar set of taxonomies linked.List<? extends CMTeasable>
CMTeasable.getRelatedImplicitly()
Returns a list of relatedCMTeasable
s which is a merge ofgetRelatedByReferrers()
,getRelatedBySimilarTaxonomies()
.CMTeasable.getRelatedImplicitlyByType()
Returns a map where the keys are document type names and the values are Lists ofCMTeasable
s explicitly related to this object.Map<Locale,
? extends CMTeasable> CMTeasable.getVariantsByLocale()
Method parameters in com.coremedia.blueprint.common.contentbeans with type arguments of type CMTeasableModifier and TypeMethodDescriptionCMTeasable.fetchMediaWithRecursionDetection
(Collection<CMTeasable> visited) Functionally equivalent togetMedia()
-
Uses of CMTeasable in com.coremedia.blueprint.common.layout
Fields in com.coremedia.blueprint.common.layout declared as CMTeasableMethods in com.coremedia.blueprint.common.layout that return CMTeasableMethods in com.coremedia.blueprint.common.layout that return types with arguments of type CMTeasableModifier and TypeMethodDescriptionList<? extends CMTeasable>
DynamizableCMTeasableContainer.getItems()
List<? extends CMTeasable>
DynamizableCMTeasableContainer.resolveItems()
Constructors in com.coremedia.blueprint.common.layout with parameters of type CMTeasableModifierConstructorDescriptionDynamizableCMTeasableContainer
(CMTeasable teasable, String propertyPath)