public static enum BaseRewrite.Flow extends Enum<BaseRewrite.Flow>
| Enum Constant and Description |
|---|
ABORT_REQUEST |
CONTINUE |
FORWARD |
HANDLED |
INCLUDE |
PROCEED |
REDIRECT_PERMANENT |
REDIRECT_TEMPORARY |
UN_HANDLED |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - 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.Copyright © 2013 OCPsoft. All Rights Reserved.