|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyValue | |
|---|---|
| org.apache.jetspeed.aggregator | |
| org.apache.jetspeed.container | |
| org.apache.jetspeed.layout | |
| org.apache.jetspeed.mockobjects.request | |
| org.apache.jetspeed.request | |
| Uses of KeyValue in org.apache.jetspeed.aggregator |
|---|
| Methods in org.apache.jetspeed.aggregator that return types with arguments of type KeyValue | |
|---|---|
java.util.List<KeyValue<java.lang.String,HeadElement>> |
PortletContent.getHeadElements()
Retrieves header element key value pairs to be contributed to the page. |
| Uses of KeyValue in org.apache.jetspeed.container |
|---|
| Methods in org.apache.jetspeed.container that return types with arguments of type KeyValue | |
|---|---|
java.util.List<KeyValue<java.lang.String,HeadElement>> |
PortletWindow.getHeadElements()
Returns all the contributed head elements which were aggregated from this window content and all the child window contents. |
| Uses of KeyValue in org.apache.jetspeed.layout |
|---|
| Methods in org.apache.jetspeed.layout that return types with arguments of type KeyValue | |
|---|---|
java.util.List<KeyValue<java.lang.String,HeadElement>> |
JetspeedPowerTool.getHeadElements()
Returns all the contributed head elements from the current fragment and its child fragments. |
java.util.List<KeyValue<java.lang.String,HeadElement>> |
JetspeedPowerTool.getHeadElements(ContentFragment f)
Returns all the contributed head elements from the fragment and its child fragments. |
| Method parameters in org.apache.jetspeed.layout with type arguments of type KeyValue | |
|---|---|
boolean |
JetspeedPowerTool.isDojoEnabled(java.util.List<KeyValue<java.lang.String,HeadElement>> headElements)
Returns true if head element has dojo library inclusion. |
| Uses of KeyValue in org.apache.jetspeed.mockobjects.request |
|---|
| Methods in org.apache.jetspeed.mockobjects.request that return types with arguments of type KeyValue | |
|---|---|
java.util.List<KeyValue<java.lang.String,HeadElement>> |
MockRequestContext.getMergedHeadElements()
|
| Uses of KeyValue in org.apache.jetspeed.request |
|---|
| Methods in org.apache.jetspeed.request that return types with arguments of type KeyValue | |
|---|---|
java.util.List<KeyValue<java.lang.String,HeadElement>> |
RequestContext.getMergedHeadElements()
Merges and returns the head elements contributed by portlets. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||