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

Packages that use UrlEncoder.Type
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
static UrlEncoder.Type UrlEncoder.Type.valueOf(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
UrlEncoder(UrlEncoder.Type type)
          Allow subclass to call constructor.
 



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