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 Base package of HTML markup. 
org.apache.wicket.markup.html.pages Default special purpose pages for error and feedback support. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.pagestore   
org.apache.wicket.protocol.http.portlet   
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.protocol.http.request.urlcompressing   
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.resource Locale aware resouce loaders. 
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
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 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.protocol.http
AbstractHttpSessionStore
          Abstract implementation of ISessionStore that works with web applications and that provided some specific http servlet/ session related functionality.
HttpSessionStore
          Default web implementation of ISessionStore that uses the HttpSession to store its attributes.
IRequestLogger
          Interface for the request logger and viewer.
IWebApplicationFactory
          A factory interface used by wicket filter 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.SessionData
          This class hold the information one request of a session has.
SecondLevelCacheSessionStore.IPageStore
          This interface is used by the SecondLevelCacheSessionStore so that pages can be stored to a persistent layer.
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.
WicketFilter
          Filter for initiating handling of Wicket requests.
WicketServlet
          Please use WicketFilter if you require advanced chaining of resources.
WicketURLDecoder
          Adapted from java.net.URLDecoder, but defines instances for query string decoding versus URL path component decoding.
WicketURLEncoder
          Adapted from java.net.URLEncoder, but defines instances for query string encoding versus URL path component encoding.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.protocol.http.pagestore
SecondLevelCacheSessionStore.IPageStore
          This interface is used by the SecondLevelCacheSessionStore so that pages can be stored to a persistent layer.
SecondLevelCacheSessionStore.ISerializationAwarePageStore
          Some PageStores might want to preprocess page before serialization.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.protocol.http.portlet
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.
WebResponse
          Implements responses over the HTTP protocol by holding an underlying HttpServletResponse object and providing convenience methods for using that object.
 

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

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.protocol.http.request.urlcompressing
WebRequestCycleProcessor
          Default request processor implementation for normal web applications.
 

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
WebRequest
          Subclass of Request for HTTP protocol requests which holds an underlying HttpServletRequest object.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.resource
WebResponse
          Implements responses over the HTTP protocol by holding an underlying HttpServletResponse object and providing convenience methods for using that object.
 

Classes in org.apache.wicket.protocol.http used by org.apache.wicket.util.tester
MockWebApplication
          This class provides a mock implementation of a Wicket HTTP based tester 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.
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.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.