| Interface | Description |
|---|---|
| IMetaDataBufferingWebResponse |
Any kind of response that buffers meta data such as cookies and headers and can unbuffer it into
another response
|
| IMultipartWebRequest |
An interface providing access to multipart content uploads of a WebRequest
|
| IRequestLogger |
Interface for the request logger and viewer.
|
| IRequestLogger.ISessionLogInfo |
This interface can be implemented in a custom session object.
|
| IWebApplicationFactory |
A factory interface used by wicket filter to create application objects.
|
| Class | Description |
|---|---|
| AbstractRequestLogger |
Base class that collects request and session information for request logging to enable rich
information about the events that transpired during a single request.
|
| AjaxEnclosureListener |
This listener adds Enclosures to AjaxTarget, where the child controller of the said Enclosure is
already added.
|
| BufferedWebResponse |
Subclass of
WebResponse that buffers the actions and performs those on another response. |
| ClientProperties |
Description of various user agent (browser) properties.
|
| ContextParamWebApplicationFactory |
Factory that creates application objects based on the class name specified in the
ContextParamWebApplicationFactory.APP_CLASS_PARAM context variable. |
| IRequestLogger.RequestData |
This class hold the information one request of a session has.
|
| IRequestLogger.SessionData |
This class hold the information one request of a session has.
|
| ReloadingWicketFilter |
Custom
WicketFilter that reloads the web applications when classes are modified. |
| ReloadingWicketServlet |
Custom WicketServlet that reloads the web applications when classes are modified.
|
| RequestLogger |
This is the logger class that can be set in the
Application.getRequestLogger() method. |
| RequestLoggerRequestCycleListener |
Listener that logs request details in the
Application.getRequestLogger() request logger. |
| RequestUtils |
Wicket Http specific utilities class.
|
| WebApplication |
A web application is a subclass of Application which associates with an instance of WicketServlet
to serve pages over the HTTP protocol.
|
| WebSession |
A session subclass for the HTTP protocol.
|
| WicketFilter |
Filter for initiating handling of Wicket requests.
|
| WicketServlet |
Please use
WicketFilter if you require advanced chaining of resources. |
| Exception | Description |
|---|---|
| PageExpiredException |
Thrown when a
Page instance cannot be found by its id in the page stores. |
| WebApplicationFactoryCreationException |
Thrown when the
IWebApplicationFactory could not be
created for some reason. |
HTTP implementation.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.