|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.content.beans.standard.HippoItem
org.hippoecm.hst.content.beans.standard.HippoFolder
org.hippoecm.hst.content.beans.standard.HippoMirror
@Node(jcrType="hippo:mirror") public class HippoMirror
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hippoecm.hst.content.beans.standard.HippoItem |
---|
HippoItem.ComparatorMap |
Field Summary |
---|
Fields inherited from class org.hippoecm.hst.content.beans.standard.HippoFolder |
---|
hippoDocuments, hippoFolders |
Fields inherited from class org.hippoecm.hst.content.beans.standard.HippoItem |
---|
comparePath, detached, node, objectConverter, valueProvider |
Constructor Summary | |
---|---|
HippoMirror()
|
Method Summary | |
---|---|
HippoBean |
getDeref()
When you want the HippoBean that this mirror is pointing to, you can use this method. |
HippoBean |
getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method. |
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoFolder |
---|
getDocumentIterator, getDocuments, getDocuments, getDocuments, getDocuments, getDocuments, getDocumentSize, getFolders, getFolders, getLocale, getLocaleString |
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoItem |
---|
attach, compareTo, detach, equalCompare, equals, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, setNode, setObjectConverter |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean |
---|
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf |
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware |
---|
setNode |
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware |
---|
getObjectConverter, setObjectConverter |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public HippoMirror()
Method Detail |
---|
public HippoBean getReferencedBean()
not
pointing to a hippo:handle, just this HippoMirror
is returned.
This HippoMirror then namely represents its referencedBean already as it is a mirror, possibly with the context aware filter (livr/preview)
getReferencedBean
in interface HippoMirrorBean
HippoBean
by this mirror or null
when the linked bean cannot
be created (for example, there is no published and the current context is live)public HippoBean getDeref()
getReferencedBean()
.
Note that this might return you a handle containing both live and preview documents. You should not use this
method to get a linked item. Use getReferencedBean()
.
getDeref
in interface HippoMirrorBean
HippoBean
or null
when the bean cannot be dereferenced
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |