Uses of Class
org.apache.wicket.request.target.coding.HybridUrlCodingStrategy

Packages that use HybridUrlCodingStrategy
org.apache.wicket.request.target.coding Additions to request targets. 
 

Uses of HybridUrlCodingStrategy in org.apache.wicket.request.target.coding
 

Subclasses of HybridUrlCodingStrategy in org.apache.wicket.request.target.coding
 class IndexedHybridUrlCodingStrategy
          HybridUrlCodingStrategy subclass that encodes the parameters in an indexed way like IndexedParamUrlCodingStrategy does.
 class MixedParamHybridUrlCodingStrategy
          Url coding strategy for bookmarkable pages with Ajax components that encodes a set of given parameters in the url's path and the rest in the query-string.
 



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