public class HandlerRegistry
extends java.lang.Object
| Constructor and Description |
|---|
HandlerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
lookup(java.lang.String path) |
void |
register(PathMatcher path,
HttpHandler handler) |
boolean |
unregister(PathMatcher path,
HttpHandler handler) |
public void register(PathMatcher path, HttpHandler handler)
public boolean unregister(PathMatcher path, HttpHandler handler)
public HttpHandler lookup(java.lang.String path)