Uses of Interface
org.apache.wicket.request.cycle.IRequestCycleListener

Packages that use IRequestCycleListener
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.request.cycle   
 

Uses of IRequestCycleListener in org.apache.wicket.protocol.http
 

Classes in org.apache.wicket.protocol.http that implement IRequestCycleListener
 class CsrfPreventionRequestCycleListener
          Prevents CSRF attacks on Wicket components by checking the Origin and Referer HTTP headers for cross domain requests.
 class RequestLoggerRequestCycleListener
          Listener that logs request details in the Application.getRequestLogger() request logger.
 

Uses of IRequestCycleListener in org.apache.wicket.request.cycle
 

Classes in org.apache.wicket.request.cycle that implement IRequestCycleListener
 class AbstractRequestCycleListener
          Empty implementation of an IRequestCycleListener useful as a starting point for your own custom listener.
 class PageRequestHandlerTracker
          Registers and retrieves first and last IPageRequestHandler in a request cycle.
 class RequestCycleListenerCollection
          Composite IRequestCycleListener that notifies all registered listeners with each IRequestCycleListener event.
 



Copyright © 2006–2020 Apache Software Foundation. All rights reserved.