Package org.eclipse.jetty.server.handler
Class ConditionalHandler.PathSpecPredicate
java.lang.Object
org.eclipse.jetty.server.handler.ConditionalHandler.PathSpecPredicate
- Enclosing class:
- ConditionalHandler
public static class ConditionalHandler.PathSpecPredicate
extends Object
implements Predicate<Request>
A
Predicate
over Request
that tests a PathSpec
against
the pathInContext
.
Using predicates in less efficient than using ConditionalHandler.include(PathSpec...)
and ConditionalHandler.exclude(PathSpec...)
, so this predicate should only be used
if necessary to combine with other predicates.