Uses of Class
org.apache.wicket.protocol.http.WicketURLDecoder

Packages that use WicketURLDecoder
org.apache.wicket.protocol.http HTTP implementation. 
 

Uses of WicketURLDecoder in org.apache.wicket.protocol.http
 

Fields in org.apache.wicket.protocol.http declared as WicketURLDecoder
static WicketURLDecoder WicketURLDecoder.PATH_INSTANCE
          Encoder used to decode components of a path.

For example: http://org.acme/foo/thispart/orthispart?butnot=thispart
static WicketURLDecoder WicketURLDecoder.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 © 2004-2011 Apache Software Foundation. All Rights Reserved.