Package org.apache.wicket.request
Interface ILogData
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DelegateLogData,NoLogData
public interface ILogData extends java.io.SerializableBase 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