org.hippoecm.hst.content.beans.standard
Interface HippoHtmlBean

All Superinterfaces:
Comparable<HippoBean>, HippoBean, NodeAware, ObjectConverterAware
All Known Implementing Classes:
HippoHtml

public interface HippoHtmlBean
extends HippoBean

Implementing classes represent a html node in the ecm repository.


Method Summary
 String getContent()
           
 
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
 

Method Detail

getContent

String getContent()
Returns:
the string value of the content for the html bean


Copyright © 2008-2012 Hippo. All Rights Reserved.