|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WebRequest.ResponseType>
eu.webtoolkit.jwt.servlet.WebRequest.ResponseType
public static enum WebRequest.ResponseType
The type of response that this request will need. This is an internal JWt enumeration.
| Enum Constant Summary | |
|---|---|
Page
Renders as an HTML page. |
|
Script
Renders as a JavaScript script resource. |
|
Update
Renders as an Ajax (JavaScript) update. |
|
| Method Summary | |
|---|---|
static WebRequest.ResponseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WebRequest.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WebRequest.ResponseType Page
public static final WebRequest.ResponseType Script
public static final WebRequest.ResponseType Update
| Method Detail |
|---|
public static WebRequest.ResponseType[] values()
for (WebRequest.ResponseType c : WebRequest.ResponseType.values()) System.out.println(c);
public static WebRequest.ResponseType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||