Class HeaderContributorListenerCollection

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection

        org.apache.wicket.util.listener.ListenerCollection.INotifier<T extends java.lang.Object>
    • 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 interface IHeaderContributor
        Parameters:
        response - Response object