Class RequestCycleListenerCollection

    • 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 onBeginRequest​(RequestCycle cycle)
      Notifies all registered listeners of the onBeginRequest event in first in first out order, i.e.
      void onDetach​(RequestCycle cycle)
      Notifies all registered listeners of the onDetach event in first in last out order (i.e.
      void onEndRequest​(RequestCycle cycle)
      Notifies all registered listeners of the onEndRequest event in first in last out order (i.e.
      org.apache.wicket.request.IRequestHandler onException​(RequestCycle cycle, java.lang.Exception ex)
      Notifies all registered listeners of the exception and calls the first handler that was returned by the listeners.
      void onExceptionRequestHandlerResolved​(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler, java.lang.Exception exception)
      Called when an IRequestHandler is resolved for an exception and will be executed.
      void onRequestHandlerExecuted​(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler)
      Called after an IRequestHandler has been executed.
      void onRequestHandlerResolved​(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler)
      Called when an IRequestHandler is resolved and will be executed.
      void onRequestHandlerScheduled​(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler)
      Called when a IRequestHandler has been scheduled.
      void onUrlMapped​(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler, org.apache.wicket.request.Url url)
      Called after a Url is generated for a IRequestHandler.
      • 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