wicket.markup.html
Interface IHeaderContributor

All Known Implementing Classes:
AjaxHandler, WebComponent, WebMarkupContainer

public interface IHeaderContributor

An interface to be implemented by components which are able to render the header section associated with the markup. Default implementations are with WebComponent and WebMarkupContainer.

Author:
Juergen Donnerstag

Method Summary
 void renderHead(HtmlHeaderContainer container)
          Render to the web response whatever the component wants to contribute to the head section.
 

Method Detail

renderHead

public void renderHead(HtmlHeaderContainer container)
Render to the web response whatever the component wants to contribute to the head section.

Note: This method is kind of dangerous as users are able to write to the output whatever they like.

Parameters:
container - The HtmlHeaderContainer


Copyright © 2004-2006 Wicket developers. All Rights Reserved.