public static class HandlerLocator.List<T> extends Object implements HandlerLocator<T>
HandlerLocator.List<T>, HandlerLocator.ResourcesDirectory<T>| Constructor and Description | 
|---|
| List() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(HandlerLocator<T> locator) | 
| void | add(PathMatcher<T> matcher,
   Handler<T> handler) | 
| Handler<T> | find(HttpRequest headers,
    T sessionState) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDefaultMimeTypeMappublic void add(PathMatcher<T> matcher, Handler<T> handler)
public void add(HandlerLocator<T> locator)
public Handler<T> find(HttpRequest headers, T sessionState)
find in interface HandlerLocator<T>Copyright © 2016. All Rights Reserved.