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

Packages that use IRequestTargetMountsInfo
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   
 

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

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

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



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