wicket.markup.html
Interface IHeaderContributor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractAjaxBehavior, AbstractAjaxTimerBehavior, AbstractDefaultAjaxBehavior, AbstractHeaderContributor, AjaxEventBehavior, AjaxFormComponentUpdatingBehavior, AjaxFormSubmitBehavior, AjaxFormValidatingBehavior, AjaxPagingNavigationBehavior, AjaxSelfUpdatingTimerBehavior, HeaderContributor, HeaderContributor.CSSHeaderContributor, HeaderContributor.CSSReferenceHeaderContributor, HeaderContributor.JavaScriptHeaderContributor, HeaderContributor.JavaScriptReferenceHeaderContributor, HeaderContributor.ResourceReferenceHeaderContributor, StringHeaderContributor

public interface IHeaderContributor
extends java.io.Serializable

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(Response response)
          Render to the web response whatever the component wants to contribute to the head section.
 

Method Detail

renderHead

void renderHead(Response response)
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:
response - Response object


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