public enum WicketURLEncoder extends Enum<WicketURLEncoder>
| Enum Constant and Description |
|---|
FULL_PATH_INSTANCE |
PATH_INSTANCE |
QUERY_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String s) |
String |
encode(String string,
String enc) |
static WicketURLEncoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WicketURLEncoder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WicketURLEncoder QUERY_INSTANCE
public static final WicketURLEncoder PATH_INSTANCE
public static final WicketURLEncoder FULL_PATH_INSTANCE
public static WicketURLEncoder[] values()
for (WicketURLEncoder c : WicketURLEncoder.values()) System.out.println(c);
public static WicketURLEncoder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Molindo GmbH. All Rights Reserved.