public interface PathMatcher<T>
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | PathMatcher.PathEq<T> | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | handles(HttpRequest request,
       T sessionState) | 
| static <S> PathMatcher<S> | pathEq(String s) | 
boolean handles(HttpRequest request, T sessionState)
static <S> PathMatcher<S> pathEq(String s)
Copyright © 2016. All Rights Reserved.