Uses of Interface
org.apache.wicket.protocol.http.IRequestLogger

Packages that use IRequestLogger
org.apache.wicket The core Wicket package. 
org.apache.wicket.protocol.http HTTP implementation. 
 

Uses of IRequestLogger in org.apache.wicket
 

Methods in org.apache.wicket that return IRequestLogger
 IRequestLogger Application.getRequestLogger()
          Gets the IRequestLogger.
protected  IRequestLogger Application.newRequestLogger()
          creates a new request logger when requests logging is enabled.
 

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

Classes in org.apache.wicket.protocol.http that implement IRequestLogger
 class AbstractRequestLogger
          Base class that collects request and session information for request logging to enable rich information about the events that transpired during a single request.
 class RequestLogger
          This is the logger class that can be set in the Application.getRequestLogger() method.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.