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

Packages that use IStagedRequestLogger
org.apache.wicket.extensions.requestlogger   
org.apache.wicket.protocol.http HTTP implementation. 
 

Uses of IStagedRequestLogger in org.apache.wicket.extensions.requestlogger
 

Classes in org.apache.wicket.extensions.requestlogger that implement IStagedRequestLogger
 class JsonRequestLogger
          JsonRequestLogger uses Jackson to log requests in JSON-format.
 

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

Classes in org.apache.wicket.protocol.http that implement IStagedRequestLogger
 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-2012 Apache Software Foundation. All Rights Reserved.