Package wicket.protocol.http

HTTP implementation.

See:
          Description

Class Summary
BufferedWebResponse Subclass of WebResponse which buffers output and any redirection.
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.
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.
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.
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.
 

Package wicket.protocol.http Description

HTTP implementation.



Copyright © 2004-2005 Wicket developers. All Rights Reserved.