| Package | Description |
|---|---|
| org.apache.wicket.ajax.attributes |
| Modifier and Type | Method and Description |
|---|---|
AjaxRequestAttributes.Method |
AjaxRequestAttributes.getMethod()
Returns the type of the Ajax request:
GET or POST. |
static AjaxRequestAttributes.Method |
AjaxRequestAttributes.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AjaxRequestAttributes.Method[] |
AjaxRequestAttributes.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AjaxRequestAttributes |
AjaxRequestAttributes.setMethod(AjaxRequestAttributes.Method method)
Sets the type of the Ajax request:
GET or POST. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.