Package io.undertow.servlet.predicate
Class DirectoryPredicate
java.lang.Object
io.undertow.servlet.predicate.DirectoryPredicate
- All Implemented Interfaces:
io.undertow.predicate.Predicate
Predicate that returns true if the given location corresponds to a directory.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DirectoryPredicate
public DirectoryPredicate(io.undertow.attribute.ExchangeAttribute location)
-
-
Method Details