Enum Class FilterDispatcherCondition
java.lang.Object
java.lang.Enum<FilterDispatcherCondition>
com.atlassian.plugin.servlet.filter.FilterDispatcherCondition
- All Implemented Interfaces:
Serializable,Comparable<FilterDispatcherCondition>,Constable
Deprecated.
The dispatching conditions that are taken into account when deciding to match a filter. These match to the dispatcher
values allowed in the Servlet API version 2.4.
- Since:
- 2.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDeprecated.Determines if a dispatcher value is a valid conditionstatic FilterDispatcherConditionfromDispatcherType(javax.servlet.DispatcherType dispatcherType) Deprecated.javax.servlet.DispatcherTypeDeprecated.static FilterDispatcherConditionDeprecated.Returns the enum constant of this class with the specified name.static FilterDispatcherCondition[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REQUEST
Deprecated. -
INCLUDE
Deprecated. -
FORWARD
Deprecated. -
ERROR
Deprecated. -
ASYNC
Deprecated.- Since:
- 4.6.0
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
contains
Deprecated.Determines if a dispatcher value is a valid condition- Parameters:
dispatcher- The dispatcher value. Null allowed.- Returns:
- True if valid, false otherwise
-
toDispatcherType
public javax.servlet.DispatcherType toDispatcherType()Deprecated.- Since:
- 4.6.0
-
fromDispatcherType
public static FilterDispatcherCondition fromDispatcherType(javax.servlet.DispatcherType dispatcherType) Deprecated.- Since:
- 4.6.0
-
DispatcherTypeinstead.