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 DispatcherTypePredicatestatic final DispatcherTypePredicatestatic final DispatcherTypePredicatestatic final DispatcherTypePredicatestatic final DispatcherTypePredicateFields 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(jakarta.servlet.DispatcherType dispatcherType)
-
-
Method Details
-
resolve
public boolean resolve(io.undertow.server.HttpServerExchange value) - Specified by:
resolvein interfaceio.undertow.predicate.Predicate
-