Modifier and Type | Method and Description |
---|---|
List<KeyValue<String,HeadElement>> |
PortletContent.getHeadElements()
Retrieves header element key value pairs to be contributed to the page.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletContent.addHeadElement(HeadElement element,
String keyHint)
Adds an header element to be contributed to the page.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValue<String,HeadElement>> |
PortletWindow.getHeadElements()
Returns all the contributed head elements which were aggregated from this window content
and all the child window contents.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValue<String,HeadElement>> |
JetspeedPowerTool.getHeadElements()
Returns all the contributed head elements from the current fragment and its child fragments.
|
List<KeyValue<String,HeadElement>> |
JetspeedPowerTool.getHeadElements(ContentFragment fragment)
Returns all the contributed head elements from the fragment and its child fragments.
|
Modifier and Type | Method and Description |
---|---|
String |
JetspeedPowerTool.getElementHtmlString(HeadElement element)
Returns string representation of a head HTML DOM element
|
Modifier and Type | Method and Description |
---|---|
boolean |
JetspeedPowerTool.isDojoEnabled(List<KeyValue<String,HeadElement>> headElements)
Returns true if head element has dojo library inclusion.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValue<String,HeadElement>> |
MockRequestContext.getMergedHeadElements() |
Modifier and Type | Method and Description |
---|---|
Collection<HeadElement> |
HeadElement.getChildHeadElements() |
Modifier and Type | Method and Description |
---|---|
List<KeyValue<String,HeadElement>> |
RequestContext.getMergedHeadElements()
Merges and returns the head elements contributed by portlets.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.