org.apache.wicket.request
Interface ILogData

All Superinterfaces:
Serializable
All Known Implementing Classes:
DelegateLogData, NoLogData

public interface ILogData
extends Serializable

Base interface for log data collected by request handlers. Implementations of this interface should be read-only beans and should provide a toString method.

Author:
Emond Papegaaij



Copyright © 2006–2016 Apache Software Foundation. All rights reserved.