Uses of Class
wicket.protocol.http.RequestLogger

Packages that use RequestLogger
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
 

Uses of RequestLogger in wicket.protocol.http
 

Methods in wicket.protocol.http that return RequestLogger
 RequestLogger WebApplication.getRequestLogger()
          Gets the RequestLogger.
 

Methods in wicket.protocol.http with parameters of type RequestLogger
 void WebApplication.setRequestLogger(RequestLogger logger)
          Sets the RequestLogger.
 

Uses of RequestLogger in wicket.protocol.http.portlet
 

Methods in wicket.protocol.http.portlet that return RequestLogger
 RequestLogger PortletApplication.getRequestLogger()
          Gets the RequestLogger.
 

Methods in wicket.protocol.http.portlet with parameters of type RequestLogger
 void PortletApplication.setRequestLogger(RequestLogger logger)
          Sets the RequestLogger.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.