public interface HippoHtmlBean extends HippoBean
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Since in the Page Model API (PMA) we do not want to serialize the raw String content (but instead a rewritten
content resolving internal links), we ignore the
getContent() in PMA via @PageModelIgnore |
String |
getDisplayName()
Returns the display name of the backing jcr node for this bean as determined by its
hippo:name property
or the node name of the backing jcr node if no such property exists |
String |
getName()
This returns the node name of the backing jcr node for this bean
|
default String |
getRepresentationId()
in the Page Model API we do not want to show uuid for nodes below a document (compound)
|
equalCompare, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getEqualComparator, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getNode, getParentBean, getPath, getProperties, getProperty, getSingleProperty, getSingleProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, isVersionedNode
getIdentifier, setIdentifier
getObjectConverter, setObjectConverter
compareTo
default String getRepresentationId()
getRepresentationId
in interface IdentifiableContentBean
IdentifiableContentBean
String getName()
HippoBean
String getDisplayName()
HippoBean
hippo:name
property
or the node name of the backing jcr node if no such property existsgetDisplayName
in interface HippoBean
hippo:name
property
or the node name of the backing jcr node if no such proeprty existsString getContent()
Since in the Page Model API (PMA) we do not want to serialize the raw String content (but instead a rewritten
content resolving internal links), we ignore the getContent()
in PMA via @PageModelIgnore
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.