Uses of Class
org.apache.wicket.request.Url.StringMode
-
Packages that use Url.StringMode Package Description 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 Modifier and Type Method Description static Url.StringModeUrl.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 Modifier and Type Method Description StringUrl. toString(Url.StringMode mode)Stringizes this url using the specificUrl.StringModeand url's charsetStringUrl. toString(Url.StringMode mode, Charset charset)Stringizes this url
-