Uses of Package
org.apache.wicket.protocol.http

Packages that use org.apache.wicket.protocol.http
org.apache.wicket The core Wicket package. 
org.apache.wicket.markup.html.pages Default special purpose pages for error and feedback support. 
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.mock   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.mock   
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.request.handler   
org.apache.wicket.request.handler.render   
org.apache.wicket.request.mapper   
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket
IRequestLogger
          Interface for the request logger and viewer.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.markup.html.pages
ClientProperties
          Description of various user agent (browser) properties.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.markup.transformer
BufferedWebResponse
          Subclass of WebResponse that buffers the actions and performs those on another response.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.mock
WebApplication
          A web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.protocol.http
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.
BufferedWebResponse
          Subclass of WebResponse that buffers the actions and performs those on another response.
IMetaDataBufferingWebResponse
          Any kind of response that buffers meta data such as cookies and headers and can unbuffer it into another response This is, for example, needed to save the cookies during a redirect to buffer operation
IRequestLogger
          Interface for the request logger and viewer.
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.
IStagedRequestLogger
          Interface for request loggers that use a separate logging step at the end of a request.
IWebApplicationFactory
          A factory interface used by wicket filter to create application objects.
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.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.protocol.http.mock
IMetaDataBufferingWebResponse
          Any kind of response that buffers meta data such as cookies and headers and can unbuffer it into another response This is, for example, needed to save the cookies during a redirect to buffer operation
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.protocol.http.request
ClientProperties
          Description of various user agent (browser) properties.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.protocol.http.servlet
IMultipartWebRequest
          An interface providing access to multipart content uploads of a WebRequest
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.request.handler
BufferedWebResponse
          Subclass of WebResponse that buffers the actions and performs those on another response.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.request.handler.render
BufferedWebResponse
          Subclass of WebResponse that buffers the actions and performs those on another response.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.request.mapper
BufferedWebResponse
          Subclass of WebResponse that buffers the actions and performs those on another response.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.util.tester
WebApplication
          A web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.