Uses of Interface
org.hippoecm.hst.core.component.HeadElement

Packages that use HeadElement
org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Component 
org.hippoecm.hst.util The org.hippoecm.hst.content.util package defines the API for the HST Util 
 

Uses of HeadElement in org.hippoecm.hst.core.component
 

Classes in org.hippoecm.hst.core.component that implement HeadElement
 class HeadElementImpl
          HeadElementImpl
 

Methods in org.hippoecm.hst.core.component that return types with arguments of type HeadElement
 Collection<HeadElement> HeadElementImpl.getChildHeadElements()
           
 Collection<HeadElement> HeadElement.getChildHeadElements()
          Returns the collection of the child head elements.
 

Uses of HeadElement in org.hippoecm.hst.util
 

Methods in org.hippoecm.hst.util with parameters of type HeadElement
static String HeadElementUtils.toHtmlString(HeadElement headElement)
           
static String HeadElementUtils.toString(HeadElement headElement, boolean isExpanedEmptyElements, boolean isPreformattedTextContent, boolean isPreformattedTextContentInCDATA)
           
static String HeadElementUtils.toString(HeadElement headElement, boolean isExpanedEmptyElements, boolean isPreformattedTextContent, boolean isPreformattedTextContentInCDATA, boolean commentedOutCDATAMarker)
           
static String HeadElementUtils.toXhtmlString(HeadElement headElement)
           
static String HeadElementUtils.toXhtmlString(HeadElement headElement, boolean commentedOutCDATAMarker)
           
static void HeadElementUtils.writeHeadElement(Writer writer, HeadElement headElement, boolean isExpandEmptyElements, boolean isPreformattedTextContent, boolean isPreformattedTextContentInCDATA)
           
static void HeadElementUtils.writeHeadElement(Writer writer, HeadElement headElement, boolean isExpandEmptyElements, boolean isPreformattedTextContent, boolean isPreformattedTextContentInCDATA, boolean commentedOutCDATAMarker)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.