{@link #onBeginRequest(RequestCycle)}, {@link #onRequestHandlerScheduled(IRequestHandler)} and{@link #onRequestHandlerResolved(IRequestHandler)} are notified in first in, first out order.
{@link #onEndRequest(RequestCycle)} and {@link #onDetach(RequestCycle)} are notified in last infirst out order (i.e. reversed order). So for these events the collection functions as a stack.
The {@code RequestCycleListenerCollection} will use the first exception handler that is returnedfrom all listeners in {@link #onException(RequestCycle,Exception)}
|
|
|
|
|
|