Package wicket.protocol.http.request

This package contains http (web) protocol dependent implementations of request processing strategies.

See:
          Description

Class Summary
CryptedUrlWebRequestCodingStrategy This is a request coding strategy which encrypts the URL and hence makes it impossible for users to guess what is in the url and rebuild it manually.
WebClientInfo Default client info object for web applications.
WebErrorCodeResponseTarget Response target that is to be used in a servlet environment to send an error code and optionally a message.
WebExternalResourceRequestTarget Request target that is not a Wicket resource.
WebRequestCodingStrategy Request parameters factory implementation that uses http request parameters and path info to construct the request parameters object.
 

Package wicket.protocol.http.request Description

This package contains http (web) protocol dependent implementations of request processing strategies.



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