Uses of Package
wicket.request.target.coding

Packages that use wicket.request.target.coding
wicket.protocol.http HTTP implementation. 
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.request Package for classes that have generic (protocol independent) support for request cycle processing. 
wicket.request.target.coding Additions to request targets. 
 

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

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

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

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

Classes in wicket.request.target.coding used by 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.
IMountableRequestTargetUrlCodingStrategy
          Temporary interface to make the transition to 2.0, where IRequestTargetUrlCodingStrategy has a method that reviels the mount path.
IRequestTargetUrlCodingStrategy
          Implementations of this interface know how to encode and decode request targets to/from a URL.
 



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