Class DispatcherTypePredicate

java.lang.Object
io.undertow.servlet.predicate.DispatcherTypePredicate
All Implemented Interfaces:
Predicate

public class DispatcherTypePredicate extends Object implements Predicate
Predicate that returns true if the dispatcher type matches the specified type.
Author:
Stuart Douglas