Example usage for Java javax.servlet DispatcherType fields, constructors, methods, implement or subclass
The text is from its open source code.
DispatcherType | FORWARD |
DispatcherType | INCLUDE |
DispatcherType | REQUEST |
DispatcherType | ASYNC |
DispatcherType | ERROR |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |