Uses of Class
org.apache.wicket.request.UrlEncoder.Type

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

Uses of UrlEncoder.Type in org.apache.wicket.request
 

Methods in org.apache.wicket.request 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.request with parameters of type UrlEncoder.Type
UrlEncoder(UrlEncoder.Type type)
          Allow subclass to call constructor.
 



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