Package org.apache.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.
WebRequestCodingStrategy.Settings Various settings used to configure this strategy
 

Exception Summary
InvalidUrlException Represents any kind of failure related to processing a url
 

Package org.apache.wicket.protocol.http.request Description

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



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