Top Description Fields Constructors Methods
jakarta.servlet

public final Enum DispatcherType

extends Enum<DispatcherType>
Class Inheritance

Enumeration of filter dispatcher types.
Since
Servlet 3.0

Field Summary

Modifier and TypeField and Description
public static final DispatcherType
public static final DispatcherType
public static final DispatcherType
public static final DispatcherType
public static final DispatcherType

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static DispatcherType
public static DispatcherType[]
Inherited from java.lang.Enum:
clonecompareTodescribeConstableequalsfinalizegetDeclaringClasshashCodenameordinaltoStringvalueOf

Field Detail

ASYNCback to summary
public static final DispatcherType ASYNC
ERRORback to summary
public static final DispatcherType ERROR
FORWARDback to summary
public static final DispatcherType FORWARD
INCLUDEback to summary
public static final DispatcherType INCLUDE
REQUESTback to summary
public static final DispatcherType REQUEST

Constructor Detail

DispatcherTypeback to summary
private DispatcherType()

Method Detail

valueOfback to summary
public static DispatcherType valueOf(String name)
valuesback to summary
public static DispatcherType[] values()