hst-core-tags
Tag headContributions


All the HEAD elements contributed by each HstComponent can be accessed only by the root HstComponent. The root HstComponent will be responsible for rendering all the contributed HEAD elements. By inserting this tag, the root HstComponent can render all the contributed HEAD elements.


Tag Information
Tag Classorg.hippoecm.hst.tag.HeadContributionsTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
xhtmlfalsefalsebooleanIf this attribute is true, then the output will be generated as XHTML format. By default, this value is false.
categoryIncludesfalsefalsejava.lang.StringComma separated category list string for category includes. Contributed head elements can be filtered in by this attribute. If a contributed head element has a category and this attribute contains the category, then the head element would be written into the page.
categoryExcludesfalsefalsejava.lang.StringComma separated category list string for category excludes. Contributed head elements can be filtered out by this attribute. If a contributed head element has a category and this attribute does not contain the category, then the head element would be written into the page.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.