Uses of Class
org.apache.wicket.request.UrlDecoder

Packages that use UrlDecoder
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
 

Uses of UrlDecoder in org.apache.wicket.request
 

Fields in org.apache.wicket.request declared as UrlDecoder
static UrlDecoder UrlDecoder.PATH_INSTANCE
          Encoder used to decode components of a path.

For example: http://org.acme/foo/thispart/orthispart?butnot=thispart
static UrlDecoder UrlDecoder.QUERY_INSTANCE
          Encoder used to decode name or value components of a query string.

For example: http://org.acme/notthis/northis/oreventhis?buthis=isokay&asis=thispart
 



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