wicket.request |
wicket.request package
Package for classes that have generic (protocol independent) support for request cycle processing.
Provides the most important request target interfaces and classes.
|
Java Source File Name | Type | Comment |
ClientInfo.java | Class | Encapsulates information about the request cycle agents' capabilities. |
IRequestCodingStrategy.java | Interface | Implementations of this interface are responsible for digesting the incoming
request and creating a suitable
wicket.request.RequestParameters object
for it, as well as creating url representations for request targets. |
IRequestCycleProcessor.java | Interface |
The request cycle processor is responsible for handling the steps of a
request cycle. |
IRequestTargetMounter.java | Interface | Defines the contract for mounting request targets to paths. |
IRequestTargetMountsInfo.java | Interface | Optional interface that can be implemented by implementations of
IRequestTargetMounter to provide management extensions. |
RequestParameters.java | Class |
Object that abstracts common request parameters. |