REF
- as Reference to Type of Page the template points to. See Template.getReference()
public class AbstractContentTemplate<T> extends EntityTemplate<T>
Template
specific to CMS Content typeslisteners, TEMPLATE_IDENTIFIER
Constructor and Description |
---|
AbstractContentTemplate() |
Modifier and Type | Method and Description |
---|---|
Collection<FacetMeta> |
getMetaDataFacets()
Define additional
ContentDescriber.setAttributes(Map) and fields on ContentDescriber
Standard Template.getFacets() are reserved for the CONTENT Facets associated with the content. |
void |
setMetaDataFacets(Collection<FacetMeta> contentMetaFields)
Define additional
ContentDescriber.setAttributes(Map) and fields on ContentDescriber
Standard Template.getFacets() are reserved for the CONTENT Facets associated with the content. |
getEntityType, setEntityType
addChangeListener, equals, getAccessorExistsTransformer, getAttributes, getDefaultResourceLocations, getDisplayName, getFacetMeta, getFacets, getFieldOrderListing, getId, getListeners, getMarkupLocation, getName, getPublishAdapter, getReference, getSubmitTransformer, hashCode, isProcessFields, notifyAllListeners, publish, setAccessorExistsTransformer, setAttributes, setDefaultResourceLocations, setDisplayName, setFacets, setFieldOrderListing, setId, setListeners, setMarkupLocation, setName, setProcessFields, setPublishAdapter, setReference, setSubmitTransformer, toString
public Collection<FacetMeta> getMetaDataFacets()
ContentDescriber.setAttributes(Map)
and fields on ContentDescriber
Template.getFacets()
are reserved for the CONTENT Facets associated with the content. These are to define additional attributes that serve as meta Information to the Content.public void setMetaDataFacets(Collection<FacetMeta> contentMetaFields)
ContentDescriber.setAttributes(Map)
and fields on ContentDescriber
Template.getFacets()
are reserved for the CONTENT Facets associated with the content. These are to define additional attributes that serve as meta Information to the Content.Copyright © 2018. All rights reserved.