|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| IWebApplicationFactory | A factory interface used by wicket servlet to create application objects. |
| MultipartWebRequest | An interface providing access to multipart content uploads of a WebRequest |
| Class Summary | |
| BufferedWebResponse | Subclass of WebResponse which buffers output and any redirection. |
| ContextParamWebApplicationFactory | Factory that creates application objects based on the class name specified in the APP_CLASS_PARAM context variable. |
| MockHttpServletRequest | Mock servlet request. |
| MockHttpServletResponse | Mock servlet response. |
| MockHttpSession | Mock implementation of the WebSession interface for use by
the test harnesses. |
| MockServletContext | Mock implementation of the servlet context for testing purposes. |
| MockWebApplication | This class provides a mock implementation of a Wicket HTTP based application that can be used for testing. |
| NullWebRequest | A placeholder WebRequest where all methods do nothing. |
| WebApplication | A web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol. |
| WebRequest | Subclass of Request for HTTP protocol requests which holds an underlying HttpServletRequest object. |
| WebRequestCrawlerSave | EXPERIMENTAL AND PROBABLY NOT YET COMPLETE |
| WebRequestCycle | RequestCycle implementation for HTTP protocol. |
| WebRequestWithCryptedUrl | it extends WebRequest and decodes URLs encoded by WebResponseWithCryptedUrl. |
| WebResponse | Implements responses over the HTTP protocol by holding an underlying HttpServletResponse object and providing convenience methods for using that object. |
| WebResponseCrawlerSave | EXPERIMENTAL ONLY |
| WebResponseWithCryptedUrl | It extends WebResponse and encodes (encrypt) wicket's URL query string. |
| WebSession | Session subclass for HTTP protocol which holds an HttpSession object and provides access to that object via getHttpSession(). |
| WicketServlet | Servlet class for all wicket applications. |
HTTP implementation.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||