org.apache.wicket.protocol.http
Interface IStagedRequestLogger

All Superinterfaces:
IRequestLogger
All Known Implementing Classes:
AbstractRequestLogger, RequestLogger

public interface IStagedRequestLogger
extends IRequestLogger

Interface for request loggers that use a separate logging step at the end of a request. TODO This interface should be merged with IRequestLogger for wicket.next

Author:
Emond Papegaaij

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.wicket.protocol.http.IRequestLogger
IRequestLogger.ISessionLogInfo, IRequestLogger.RequestData, IRequestLogger.SessionData
 
Method Summary
 void performLogging()
          Perform the actual logging
 
Methods inherited from interface org.apache.wicket.protocol.http.IRequestLogger
getAverageRequestTime, getCurrentActiveRequestCount, getLiveSessions, getPeakActiveRequestCount, getPeakSessions, getRequests, getRequestsPerMinute, getTotalCreatedSessions, logEventTarget, logRequestedUrl, logResponseTarget, objectCreated, objectRemoved, objectUpdated, requestTime, sessionCreated, sessionDestroyed
 

Method Detail

performLogging

void performLogging()
Perform the actual logging



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