public interface HippoMirrorBean extends HippoBean
Modifier and Type | Method and Description |
---|---|
HippoBean |
getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method.
|
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, getDisplayName, getEqualComparator, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getName, 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
HippoBean getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method.
If the mirror is pointing to a hippo:handle
, then only a HippoBean
is returned
if a child node (document) with the same name is present.
A HippoBean
for the document (child) is then returned. If no such child,
null
is returned.
If the mirror point to a node that is not of type hippo:handle
, a HippoBean
for that
node is returned.
HippoBean
by this mirror or null
when missingCopyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.