Package | Description |
---|---|
org.apache.jetspeed.aggregator | |
org.apache.jetspeed.container | |
org.apache.jetspeed.layout | |
org.apache.jetspeed.mockobjects.request | |
org.apache.jetspeed.request |
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 |
---|---|
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 |
---|---|
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 |
---|---|
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.