|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeaderPhaseSupportConstants
This interface defines some constants for attribute name or value of contributed head elements. This constant values are used by Jetspeed portal to optimize the head elements aggregation.
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,
Field Summary | |
---|---|
static java.util.Set<java.lang.String> |
CONTAINER_HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_SET
ID attribute values set for script libraries included by the container. |
static java.lang.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 java.lang.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 java.lang.String |
HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_ATTRIBUTE
An attribute name of head element contributed to the portal page aggregation by a portlet. |
static java.lang.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 java.lang.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. |
Field Detail |
---|
static final java.lang.String HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_DOJO_LIBRARY_INCLUDE
static final java.lang.String HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_YUI_LIBRARY_INCLUDE
static final java.util.Set<java.lang.String> CONTAINER_HEAD_ELEMENT_CONTRIBUTION_ELEMENT_ID_SET
static final java.lang.String HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_ATTRIBUTE
static final java.lang.String HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_KEY_DOJO_CONFIG
static final java.lang.String HEAD_ELEMENT_CONTRIBUTION_MERGE_HINT_KEY_DOJO_REQUIRES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |