public static enum AjaxAnswer.AjaxAnswerType extends Enum<AjaxAnswer.AjaxAnswerType>
| Enum Constant and Description |
|---|
GET
get page via get
|
POST
get page via post
|
REFRESH
refresh the page
|
| Modifier and Type | Method and Description |
|---|---|
static AjaxAnswer.AjaxAnswerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AjaxAnswer.AjaxAnswerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AjaxAnswer.AjaxAnswerType REFRESH
public static final AjaxAnswer.AjaxAnswerType GET
public static final AjaxAnswer.AjaxAnswerType POST
public static AjaxAnswer.AjaxAnswerType[] values()
for (AjaxAnswer.AjaxAnswerType c : AjaxAnswer.AjaxAnswerType.values()) System.out.println(c);
public static AjaxAnswer.AjaxAnswerType 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 © 2014 Cinovo AG. All Rights Reserved.