org.apache.wicket.protocol.http
Interface RequestLogger.ISessionLogInfo

Enclosing class:
RequestLogger

public static interface RequestLogger.ISessionLogInfo

This interface can be implemented in a custom session object. to give an object that has more information for the current session (state of session).

Author:
jcompagner

Method Summary
 Object getSessionInfo()
          If you use the request logger log functionality then this object should have a nice String representation.
 

Method Detail

getSessionInfo

Object getSessionInfo()
If you use the request logger log functionality then this object should have a nice String representation. So make sure that the toString() is implemented for the returned object.

Returns:
The custom object stored in the request loggers current request.


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