Uses of Class
org.apache.wicket.protocol.http.WicketURLEncoder.Type

Packages that use WicketURLEncoder.Type
org.apache.wicket.protocol.http HTTP implementation. 
 

Uses of WicketURLEncoder.Type in org.apache.wicket.protocol.http
 

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

Constructors in org.apache.wicket.protocol.http with parameters of type WicketURLEncoder.Type
WicketURLEncoder(WicketURLEncoder.Type type, char stopChar)
          Allow subclass to call constructor.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.