Uses of Class
org.apache.wicket.request.Url.StringMode

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

Uses of Url.StringMode in org.apache.wicket.request
 

Methods in org.apache.wicket.request that return Url.StringMode
static Url.StringMode Url.StringMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Url.StringMode[] Url.StringMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wicket.request with parameters of type Url.StringMode
 String Url.toString(Url.StringMode mode)
          Stringizes this url using the specifid Url.StringMode and url's charset
 String Url.toString(Url.StringMode mode, Charset charset)
          Stringizes this url
 



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