Package wicket.protocol.http

HTTP implementation.

See:
          Description

Interface Summary
IMultipartWebRequest An interface providing access to multipart content uploads of a WebRequest
IWebApplicationFactory A factory interface used by wicket servlet to create application objects.
 

Class Summary
AbstractHttpSessionStore Abstract implementation of ISessionStore that works with web applications and that provided some speficic http servlet/ session related functionality.
AbstractHttpSessionStore.SessionBindingListener Reacts on unbinding from the session by cleaning up the session related application data.
BufferedWebResponse Subclass of WebResponse which buffers output and any redirection.
ClientProperties A description of the client browser environment.
ContextParamWebApplicationFactory Factory that creates application objects based on the class name specified in the APP_CLASS_PARAM context variable.
DefaultWebRequestCycleProcessor The default/ base implementation for request cycle processors that work in web applications.
HttpSessionStore Default web implementation of ISessionStore that uses the HttpSession to store its attributes.
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.
RequestLogger This is the logger class that can be set in the WebApplication.setRequestLogger(RequestLogger) method.
RequestLogger.RequestData This class hold the information one request of a session has.
RequestLogger.SessionData This class hols the information one sessions has
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 Deprecated. since 1.2 Please see wicket.protocol.http.request.CryptedUrlwebRequestCodingStrategy
WebResponse Implements responses over the HTTP protocol by holding an underlying HttpServletResponse object and providing convenience methods for using that object.
WebResponseWithCryptedUrl Deprecated. since 1.2 Please see wicket.protocol.http.request.CryptedUrlwebRequestCodingStrategy
WebSession A session subclass for the HTTP protocol.
WicketServlet Servlet class for all wicket applications.
 

Exception Summary
WebApplicationFactoryCreationException Thrown when the IWebApplicationFactory could not be created for some reason.
 

Package wicket.protocol.http Description

HTTP implementation.



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