Uses of Interface
org.apache.wicket.request.IRequestTargetMounter

Packages that use IRequestTargetMounter
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.request Package for classes that have generic (protocol independent) support for request cycle processing. 
 

Uses of IRequestTargetMounter in org.apache.wicket.protocol.http.request
 

Classes in org.apache.wicket.protocol.http.request that implement IRequestTargetMounter
 class 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.
 class WebRequestCodingStrategy
          Request parameters factory implementation that uses http request parameters and path info to construct the request parameters object.
 

Uses of IRequestTargetMounter in org.apache.wicket.protocol.http.request.urlcompressing
 

Classes in org.apache.wicket.protocol.http.request.urlcompressing that implement IRequestTargetMounter
 class UrlCompressingWebCodingStrategy
          Use this CodingStategy with the UrlCompressingWebRequestProcessor to minimize the wicket:interface urls.
 

Uses of IRequestTargetMounter in org.apache.wicket.request
 

Subinterfaces of IRequestTargetMounter in org.apache.wicket.request
 interface IRequestCodingStrategy
          Implementations of this interface are responsible for digesting the incoming request and creating a suitable RequestParameters object for it, as well as creating url representations for request targets.
 interface IRequestTargetMountsInfo
          Optional interface that can be implemented by implementations of IRequestTargetMounter to provide management extensions.
 



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