Package ortus.boxlang.web.predicates
Class IsDirectoryPredicate
java.lang.Object
ortus.boxlang.web.predicates.IsDirectoryPredicate
- All Implemented Interfaces:
io.undertow.predicate.Predicate
Predicate that returns true if the given location corresponds to a directory.
This is a copy of the servlet version, but uses a resource manager attached
to the exchange
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsDirectoryPredicate
public IsDirectoryPredicate(io.undertow.attribute.ExchangeAttribute location)
-
-
Method Details