Uses of Class
org.apache.wicket.util.encoding.UrlEncoder.Type
-
Packages that use UrlEncoder.Type Package Description org.apache.wicket.util.encoding -
-
Uses of UrlEncoder.Type in org.apache.wicket.util.encoding
Methods in org.apache.wicket.util.encoding that return UrlEncoder.Type Modifier and Type Method Description static UrlEncoder.TypeUrlEncoder.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UrlEncoder.Type[]UrlEncoder.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.wicket.util.encoding with parameters of type UrlEncoder.Type Constructor Description UrlEncoder(UrlEncoder.Type type)Allow subclass to call constructor.
-