io.undertow.predicate.Predicate
public class DispatcherTypePredicate
extends java.lang.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) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
resolve(io.undertow.server.HttpServerExchange value) |
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.