Package ortus.boxlang.web.predicates
Class IsFilePredicate
java.lang.Object
ortus.boxlang.web.predicates.IsFilePredicate
- All Implemented Interfaces:
io.undertow.predicate.Predicate
Predicate that returns true if the given location corresponds to a regular
file.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT -
Constructor Summary
ConstructorsConstructorDescriptionIsFilePredicate(io.undertow.attribute.ExchangeAttribute location) IsFilePredicate(io.undertow.attribute.ExchangeAttribute location, boolean requireContent) -
Method Summary
-
Constructor Details
-
IsFilePredicate
public IsFilePredicate(io.undertow.attribute.ExchangeAttribute location) -
IsFilePredicate
public IsFilePredicate(io.undertow.attribute.ExchangeAttribute location, boolean requireContent)
-
-
Method Details