| Package | Description |
|---|---|
| org.apache.wicket.request |
Package for classes that have generic (protocol independent) support for request cycle processing.
|
| org.apache.wicket.request.handler.logger |
| Modifier and Type | Method and Description |
|---|---|
ILogData |
ILoggableRequestHandler.getLogData()
Returns the collected log data for this request handler and should never throw an exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateLogData
Contains logging data for
IRequestHandlerDelegate implementations. |
class |
NoLogData
Stub for request handlers that do not log anything.
|
| Modifier and Type | Method and Description |
|---|---|
ILogData |
DelegateLogData.getDelegateData() |
| Constructor and Description |
|---|
DelegateLogData(ILogData delegateData)
Construct.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.