org.hippoecm.hst.content.beans.standard
Class HippoCompound
java.lang.Object
org.hippoecm.hst.content.beans.standard.HippoItem
org.hippoecm.hst.content.beans.standard.HippoCompound
- All Implemented Interfaces:
- Comparable<HippoBean>, ObjectConverterAware, NodeAware, HippoBean, HippoCompoundBean
public abstract class HippoCompound
- extends HippoItem
- implements HippoCompoundBean
The abstract base bean that can (not should) be used for all HippoCompound types.
By default there is a getHippoHtml method added. This one can be used for compounds that have an html field. If you have
a compound that does not contain a html field, you can choose to not extend this abstract class but extend from HippoItem but
make sure you implement the marker HippoCompoundBean
interface
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 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 |
HippoCompound
public HippoCompound()
getHippoHtml
public HippoHtml getHippoHtml(String relPath)
- Parameters:
relPath
-
- Returns:
HippoHtml
or null
if no node exists as relPath or no node of type "hippostd:html"
Copyright © 2008-2012 Hippo. All Rights Reserved.