Package io.undertow.servlet.predicate
Class DispatcherTypePredicate
- java.lang.Object
-
- io.undertow.servlet.predicate.DispatcherTypePredicate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDispatcherTypePredicate.Builder
-
Field Summary
Fields Modifier and Type Field Description static DispatcherTypePredicateASYNCstatic DispatcherTypePredicateERRORstatic DispatcherTypePredicateFORWARDstatic DispatcherTypePredicateINCLUDEstatic DispatcherTypePredicateREQUEST-
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description DispatcherTypePredicate(jakarta.servlet.DispatcherType dispatcherType)
-
-
-
Field Detail
-
FORWARD
public static final DispatcherTypePredicate FORWARD
-
INCLUDE
public static final DispatcherTypePredicate INCLUDE
-
REQUEST
public static final DispatcherTypePredicate REQUEST
-
ASYNC
public static final DispatcherTypePredicate ASYNC
-
ERROR
public static final DispatcherTypePredicate ERROR
-
-