org.apache.wicket.application
Class HeaderContributorListenerCollection

java.lang.Object
  extended by org.apache.wicket.util.listener.ListenerCollection<IHeaderContributor>
      extended by org.apache.wicket.application.HeaderContributorListenerCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<IHeaderContributor>, IClusterable, IHeaderContributor

public class HeaderContributorListenerCollection
extends ListenerCollection<IHeaderContributor>
implements IHeaderContributor

A collection for application level registration of IHeaderContributors

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
 
Constructor Summary
HeaderContributorListenerCollection()
           
 
Method Summary
 void renderHead(IHeaderResponse response)
          Render to the web response whatever the component wants to contribute to the head section.
 
Methods inherited from class org.apache.wicket.util.listener.ListenerCollection
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderContributorListenerCollection

public HeaderContributorListenerCollection()
Method Detail

renderHead

public void renderHead(IHeaderResponse response)
Description copied from interface: IHeaderContributor
Render to the web response whatever the component wants to contribute to the head section.

Specified by:
renderHead in interface IHeaderContributor
Parameters:
response - Response object


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.