Uses of Interface
wicket.request.IRequestTargetMounter

Packages that use IRequestTargetMounter
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
wicket.protocol.http.request.urlcompressing   
wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
 

Uses of IRequestTargetMounter in wicket.protocol.http.portlet
 

Classes in wicket.protocol.http.portlet that implement IRequestTargetMounter
 class PortletRequestCodingStrategy
          Request coding strategy implementation that uses PortletURL object to create links.
 

Uses of IRequestTargetMounter in wicket.protocol.http.request
 

Classes in 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 wicket.protocol.http.request.urlcompressing
 

Classes in wicket.protocol.http.request.urlcompressing that implement IRequestTargetMounter
 class WebURLCompressingCodingStrategy
          Use this CodingStategy with the WebURLCompressingTargetResolverStrategy to minimize the wicket:interface urls.
 

Uses of IRequestTargetMounter in wicket.request
 

Subinterfaces of IRequestTargetMounter in 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-2007 Wicket developers. All Rights Reserved.