Module org.apache.wicket.core
Package org.apache.wicket.protocol.http
Interface IRequestLogger.ISessionLogInfo
- Enclosing interface:
- IRequestLogger
public static interface IRequestLogger.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
Modifier and TypeMethodDescriptionIf you use the request logger log functionality then this object should have a nice String representation.
-
Method Details
-
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.
-