Package io.undertow.servlet.predicate
Class DispatcherTypePredicate
java.lang.Object
io.undertow.servlet.predicate.DispatcherTypePredicate
- All Implemented Interfaces:
io.undertow.predicate.Predicate
Predicate that returns true if the dispatcher type matches the specified type.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DispatcherTypePredicate
static final DispatcherTypePredicate
static final DispatcherTypePredicate
static final DispatcherTypePredicate
static final DispatcherTypePredicate
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FORWARD
-
INCLUDE
-
REQUEST
-
ASYNC
-
ERROR
-
-
Constructor Details
-
DispatcherTypePredicate
public DispatcherTypePredicate(javax.servlet.DispatcherType dispatcherType)
-
-
Method Details