Uses of Class
org.apache.wicket.util.encoding.UrlEncoder

Packages that use UrlEncoder
org.apache.wicket.util.encoding   
 

Uses of UrlEncoder in org.apache.wicket.util.encoding
 

Fields in org.apache.wicket.util.encoding declared as UrlEncoder
static UrlEncoder UrlEncoder.FULL_PATH_INSTANCE
          Encoder used to encode all path segments.
static UrlEncoder UrlEncoder.PATH_INSTANCE
          Encoder used to encode components of a path.

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

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



Copyright © 2006–2016 Apache Software Foundation. All rights reserved.