public interface ILoggableRequestHandler extends IRequestHandler
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.| Modifier and Type | Method and Description |
|---|---|
ILogData |
getLogData()
Returns the collected log data for this request handler and should never throw an exception.
|
detach, respondILogData getLogData()
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.