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

Packages that use IRequestLogger
org.apache.wicket The core Wicket package. 
org.apache.wicket.jmx Exposes Wicket's settings via Java Management Extensions (JMX)
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.jmx
 

Methods in org.apache.wicket.jmx that return IRequestLogger
protected  IRequestLogger RequestLogger.getRequestLogger()
          Gets the request logger for this application.
 

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-2010 Apache Software Foundation. All Rights Reserved.