io.undertow.predicate.Predicate
public class DispatcherTypePredicate extends Object implements io.undertow.predicate.Predicate
Modifier and Type | Class | Description |
---|---|---|
static class |
DispatcherTypePredicate.Builder |
Modifier and Type | Field | Description |
---|---|---|
static DispatcherTypePredicate |
ASYNC |
|
static DispatcherTypePredicate |
ERROR |
|
static DispatcherTypePredicate |
FORWARD |
|
static DispatcherTypePredicate |
INCLUDE |
|
static DispatcherTypePredicate |
REQUEST |
Constructor | Description |
---|---|
DispatcherTypePredicate(javax.servlet.DispatcherType dispatcherType) |
public static final DispatcherTypePredicate FORWARD
public static final DispatcherTypePredicate INCLUDE
public static final DispatcherTypePredicate REQUEST
public static final DispatcherTypePredicate ASYNC
public static final DispatcherTypePredicate ERROR
Copyright © 2018. All rights reserved.