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

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

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

Fields in org.apache.wicket.protocol.http declared as WicketURLEncoder
static WicketURLEncoder WicketURLEncoder.FULL_PATH_INSTANCE
          Encoder used to encode all path segments.
static WicketURLEncoder WicketURLEncoder.PATH_INSTANCE
          Encoder used to encode components of a path.

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