|
rewrite-api-servlet 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BaseRewrite.Flow>
org.ocpsoft.rewrite.servlet.event.BaseRewrite.Flow
public static enum BaseRewrite.Flow
Enum to represent the finite state of the Rewrite container.
| Enum Constant Summary | |
|---|---|
ABORT_REQUEST
|
|
CONTINUE
|
|
FORWARD
|
|
HANDLED
|
|
INCLUDE
|
|
PROCEED
|
|
REDIRECT_PERMANENT
|
|
REDIRECT_TEMPORARY
|
|
UN_HANDLED
|
|
| Method Summary | |
|---|---|
boolean |
contains(BaseRewrite.Flow other)
Return true if the given BaseRewrite.Flow is a descendant of this. |
boolean |
is(BaseRewrite.Flow other)
Return true if this BaseRewrite.Flow is a descendant of the given value. |
static BaseRewrite.Flow |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BaseRewrite.Flow[] |
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 BaseRewrite.Flow UN_HANDLED
public static final BaseRewrite.Flow HANDLED
public static final BaseRewrite.Flow PROCEED
public static final BaseRewrite.Flow CONTINUE
public static final BaseRewrite.Flow INCLUDE
public static final BaseRewrite.Flow ABORT_REQUEST
public static final BaseRewrite.Flow FORWARD
public static final BaseRewrite.Flow REDIRECT_TEMPORARY
public static final BaseRewrite.Flow REDIRECT_PERMANENT
| Method Detail |
|---|
public static BaseRewrite.Flow[] values()
for (BaseRewrite.Flow c : BaseRewrite.Flow.values()) System.out.println(c);
public static BaseRewrite.Flow 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 nullpublic boolean is(BaseRewrite.Flow other)
BaseRewrite.Flow is a descendant of the given value.
public boolean contains(BaseRewrite.Flow other)
BaseRewrite.Flow is a descendant of this.
|
rewrite-api-servlet 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||