Class HtmlHeaderResolver

java.lang.Object
org.apache.wicket.markup.resolver.HtmlHeaderResolver
All Implemented Interfaces:
Serializable, IComponentResolver, IClusterable

public class HtmlHeaderResolver extends Object implements IComponentResolver
This is a tag resolver which handles <head> and <wicket:head>tags. It must be registered (with the application) and assumes that a ComponentTag respectively a WicketTag has already been created (see HtmlHeaderSectionHandler and WicketTagIdentifier).

Provided the current tag is a <head>, a HtmlHeaderContainer component is created, (auto) added to the component hierarchy and immediately rendered. Please see the javadoc for HtmlHeaderContainer on how it treats the tag.

In case of <wicket:head> a simple TransparentWebMarkupContainer handles the tag.

Author:
Juergen Donnerstag
See Also: