Package org.apache.wicket.application
Class HeaderContributorListenerCollection
- java.lang.Object
-
- org.apache.wicket.util.listener.ListenerCollection<IHeaderContributor>
-
- org.apache.wicket.application.HeaderContributorListenerCollection
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<IHeaderContributor>,IHeaderContributor,org.apache.wicket.util.io.IClusterable
public class HeaderContributorListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IHeaderContributor> implements IHeaderContributor
A collection for application level registration ofIHeaderContributors- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HeaderContributorListenerCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderHead(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, reversedNotifyIgnoringExceptions
-
-
-
-
Method Detail
-
renderHead
public void renderHead(IHeaderResponse response)
Description copied from interface:IHeaderContributorRender to the web response whatever the component wants to contribute to the head section.- Specified by:
renderHeadin interfaceIHeaderContributor- Parameters:
response- Response object
-
-