Package javax.servlet

Enum DispatcherType

java.lang.Object
java.lang.Enum<DispatcherType>
javax.servlet.DispatcherType
All Implemented Interfaces:
Serializable, Comparable<DispatcherType>, java.lang.constant.Constable

public enum DispatcherType extends Enum<DispatcherType>
Enumeration of dispatcher types. Used both to define filter mappings and by Servlets to determine why they were called.
Since:
Servlet 3.0