Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
HeadElementImpl
HeadElementImpl
|
Modifier and Type | Method and Description |
---|---|
Collection<HeadElement> |
HeadElement.getChildHeadElements()
Returns the collection of the child head elements.
|
Collection<HeadElement> |
HeadElementImpl.getChildHeadElements() |
Modifier and Type | Method and Description |
---|---|
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–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.