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 RequestLogger.
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 RequestLogger
          This is the logger class that can be set in the Application.getRequestLogger() method.
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.