Uses of Package
org.apache.wicket.request.target.coding

Packages that use org.apache.wicket.request.target.coding
org.apache.wicket.examples.staticpages   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.request.target.basic   
org.apache.wicket.request.target.coding Additions to request targets. 
 

Classes in org.apache.wicket.request.target.coding used by org.apache.wicket.examples.staticpages
AbstractRequestTargetUrlCodingStrategy
          Abstract class for mount encoders that uses paths and forward slashes.
BookmarkablePageRequestTargetUrlCodingStrategy
          Encodes and decodes mounts for a single bookmarkable page class.
IMountableRequestTargetUrlCodingStrategy
          Temporary interface to make the transition to 2.0, where IRequestTargetUrlCodingStrategy has a method that reveals the mount path.
IRequestTargetUrlCodingStrategy
          Implementations of this interface know how to encode and decode request targets to/from a URL.
 

Classes in org.apache.wicket.request.target.coding used by org.apache.wicket.protocol.http
IRequestTargetUrlCodingStrategy
          Implementations of this interface know how to encode and decode request targets to/from a URL.
 

Classes in org.apache.wicket.request.target.coding used by org.apache.wicket.protocol.http.request
IRequestTargetUrlCodingStrategy
          Implementations of this interface know how to encode and decode request targets to/from a URL.
 

Classes in org.apache.wicket.request.target.coding used by org.apache.wicket.request
IRequestTargetUrlCodingStrategy
          Implementations of this interface know how to encode and decode request targets to/from a URL.
 

Classes in org.apache.wicket.request.target.coding used by org.apache.wicket.request.target.basic
AbstractRequestTargetUrlCodingStrategy
          Abstract class for mount encoders that uses paths and forward slashes.
IMountableRequestTargetUrlCodingStrategy
          Temporary interface to make the transition to 2.0, where IRequestTargetUrlCodingStrategy has a method that reveals the mount path.
IRequestTargetUrlCodingStrategy
          Implementations of this interface know how to encode and decode request targets to/from a URL.
 

Classes in org.apache.wicket.request.target.coding used by org.apache.wicket.request.target.coding
AbstractRequestTargetUrlCodingStrategy
          Abstract class for mount encoders that uses paths and forward slashes.
BookmarkablePageRequestTargetUrlCodingStrategy
          Encodes and decodes mounts for a single bookmarkable page class.
HybridUrlCodingStrategy
          An URL coding strategy that encodes the mount point, page parameters and page instance information into the URL.
HybridUrlCodingStrategy.PageInfo
          Possible string representation of PageInfo: pageId pageId.version pageMap (only if pageMap starts with a letter) .pageMap pageMap.pageId.version pageMap.pageId (only if pageMap name starts with a letter)
HybridUrlCodingStrategy.PageInfoExtraction
          Class that encapsulates HybridUrlCodingStrategy.PageInfo instance and the URL part prior the PageInfo part
IMountableRequestTargetUrlCodingStrategy
          Temporary interface to make the transition to 2.0, where IRequestTargetUrlCodingStrategy has a method that reveals the mount path.
IRequestTargetUrlCodingStrategy
          Implementations of this interface know how to encode and decode request targets to/from a URL.
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.
MixedParamUrlCodingStrategy
          Url coding strategy for bookmarkable pages 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.