|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Phase>
org.juzu.request.Phase
public enum Phase
A phase.
| Enum Constant Summary | |
|---|---|
ACTION
Action phase. |
|
RENDER
Render phase. |
|
RESOURCE
Resource phase. |
|
| Field Summary | |
|---|---|
Class<? extends Annotation> |
annotation
. |
| Method Summary | |
|---|---|
abstract String |
id(Annotation annotation)
|
static Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Phase[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 Phase ACTION
public static final Phase RENDER
public static final Phase RESOURCE
| Field Detail |
|---|
public final Class<? extends Annotation> annotation
| Method Detail |
|---|
public static Phase[] values()
for (Phase c : Phase.values()) System.out.println(c);
public static Phase valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
public abstract String id(Annotation annotation)
throws ClassCastException
ClassCastException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||