|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILoggableRequestHandler
A loggable request handler is a IRequestHandler
that is capable of delivering log data.
Implementations of this interface should collect data before or from
IRequestHandler.detach(IRequestCycle)
. getLogData()
will never be called before the handler is
detached.
Method Summary | |
---|---|
ILogData |
getLogData()
Returns the collected log data for this request handler and should never throw an exception. |
Methods inherited from interface org.apache.wicket.request.IRequestHandler |
---|
detach, respond |
Method Detail |
---|
ILogData getLogData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |