public interface HeaderPhaseSupportConstants
Jetspeed can look up 'id' attribute value not to include redundant head element. Also, Jetspeed can look up 'org.apache.portals.portal.page.head.element.contribution.merge.hint' attribute value to merge all the text content of elements containing 'org.apache.portals.portal.page.head.element.contribution.merge.hint' attribute with same value.
For example, if the following elements are contributed by a portlet,
Modifier and Type | Field and Description |
---|---|
static Set<String> |
CONTAINER_HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_SET
ID attribute values set for script libraries included by the container.
|
static String |
HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_DOJO_LIBRARY_INCLUDE
An ID attribute value for dojo library inclusion which can be used in head elements merging by portal.
|
static String |
HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_YUI_LIBRARY_INCLUDE
An ID attribute value for YUI library inclusion which can be used in head elements merging by portal.
|
static String |
HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_ATTRIBUTE
An attribute name of head element contributed to the portal page aggregation by a portlet.
|
static String |
HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_KEY_DOJO_CONFIG
An attribute value for key hint to aggregate dojo configuration which can be used in head elements merging by portal.
|
static String |
HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_KEY_DOJO_REQUIRES
An attribute value for key hint to aggregate dojo require statements which can be used in head elements merging by portal.
|
static final String HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_DOJO_LIBRARY_INCLUDE
static final String HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_YUI_LIBRARY_INCLUDE
static final Set<String> CONTAINER_HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_SET
static final String HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_ATTRIBUTE
static final String HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_KEY_DOJO_CONFIG
static final String HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_KEY_DOJO_REQUIRES
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.