Uses of Interface
wicket.request.IRequestTargetMountsInfo

Packages that use IRequestTargetMountsInfo
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
wicket.protocol.http.request.urlcompressing   
 

Uses of IRequestTargetMountsInfo in wicket.protocol.http.request
 

Classes in wicket.protocol.http.request that implement IRequestTargetMountsInfo
 class WebRequestCodingStrategy
          Request parameters factory implementation that uses http request parameters and path info to construct the request parameters object.
 

Uses of IRequestTargetMountsInfo in wicket.protocol.http.request.urlcompressing
 

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



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