Package io.undertow.servlet.predicate
Class FilePredicate
java.lang.Object
io.undertow.servlet.predicate.FilePredicate
- All Implemented Interfaces:
Predicate
Predicate that returns true if the given location corresponds to a regular file.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT -
Constructor Summary
ConstructorsConstructorDescriptionFilePredicate(ExchangeAttribute location) FilePredicate(ExchangeAttribute location, boolean requireContent) -
Method Summary