DispatcherType instead.@Deprecated public enum FilterDispatcherCondition extends Enum<FilterDispatcherCondition>
| Enum Constant and Description |
|---|
ASYNC
Deprecated.
|
ERROR
Deprecated.
|
FORWARD
Deprecated.
|
INCLUDE
Deprecated.
|
REQUEST
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String dispatcher)
Deprecated.
Determines if a dispatcher value is a valid condition
|
static FilterDispatcherCondition |
fromDispatcherType(javax.servlet.DispatcherType dispatcherType)
Deprecated.
|
javax.servlet.DispatcherType |
toDispatcherType()
Deprecated.
|
static FilterDispatcherCondition |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FilterDispatcherCondition[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterDispatcherCondition REQUEST
public static final FilterDispatcherCondition INCLUDE
public static final FilterDispatcherCondition FORWARD
public static final FilterDispatcherCondition ERROR
public static final FilterDispatcherCondition ASYNC
public static FilterDispatcherCondition[] values()
for (FilterDispatcherCondition c : FilterDispatcherCondition.values()) System.out.println(c);
public static FilterDispatcherCondition 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 static boolean contains(String dispatcher)
dispatcher - The dispatcher value. Null allowed.public javax.servlet.DispatcherType toDispatcherType()
public static FilterDispatcherCondition fromDispatcherType(javax.servlet.DispatcherType dispatcherType)
Copyright © 2019 Atlassian. All rights reserved.