Uses of Package
wicket.protocol.http

Packages that use wicket.protocol.http
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.pages Default special purpose pages for error and feedback support. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Classes in wicket.protocol.http used by wicket.markup.html
WebRequestCycle
          RequestCycle implementation for HTTP protocol.
WebResponse
          Implements responses over the HTTP protocol by holding an underlying HttpServletResponse object and providing convenience methods for using that object.
 

Classes in wicket.protocol.http used by wicket.markup.html.pages
ClientProperties
          A description of the client browser environment.
 

Classes in wicket.protocol.http used by wicket.protocol.http
AbstractHttpSessionStore
          Abstract implementation of ISessionStore that works with web applications and that provided some speficic http servlet/ session related functionality.
IWebApplicationFactory
          A factory interface used by wicket servlet to create application objects.
MockHttpServletRequest
          Mock servlet request.
MockHttpServletResponse
          Mock servlet response.
MockHttpSession
          Mock implementation of the WebSession interface for use by the test harnesses.
RequestLogger
          This is the logger class that can be set in the WebApplication.setRequestLogger(RequestLogger) method.
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.
WebResponse
          Implements responses over the HTTP protocol by holding an underlying HttpServletResponse object and providing convenience methods for using that object.
WebSession
          A session subclass for the HTTP protocol.
WicketServlet
          Servlet class for all wicket applications.
 

Classes in wicket.protocol.http used by wicket.protocol.http.portlet
IWebApplicationFactory
          A factory interface used by wicket servlet to create application objects.
RequestLogger
          This is the logger class that can be set in the WebApplication.setRequestLogger(RequestLogger) method.
WebSession
          A session subclass for the HTTP protocol.
WicketServlet
          Servlet class for all wicket applications.
 

Classes in wicket.protocol.http used by wicket.protocol.http.request
ClientProperties
          A description of the client browser environment.
WebRequestCycle
          RequestCycle implementation for HTTP protocol.
 

Classes in wicket.protocol.http used by wicket.protocol.http.servlet
IMultipartWebRequest
          An interface providing access to multipart content uploads of a WebRequest
WebRequest
          Subclass of Request for HTTP protocol requests which holds an underlying HttpServletRequest object.
 

Classes in wicket.protocol.http used by wicket.util.tester
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.
 



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