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:
Serializable
,Iterable<IHeaderContributor>
,IHeaderContributor
,IClusterable
public class HeaderContributorListenerCollection extends ListenerCollection<IHeaderContributor> implements IHeaderContributor
A collection for application level registration ofIHeaderContributor
s- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
-
-
Constructor Summary
Constructors Constructor Description HeaderContributorListenerCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, reversedNotifyIgnoringExceptions
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
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 interfaceIHeaderContributor
- Parameters:
response
- Response object
-
-