public final class WebPathRouter<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebPathRouter.RoutableDestination<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String source,
T destination) |
static <T> WebPathRouter<T> |
create(int maxPathParts) |
java.util.List<WebPathRouter.RoutableDestination<T>> |
getDestinations(java.lang.String path) |
public static <T> WebPathRouter<T> create(int maxPathParts)
public void add(java.lang.String source,
T destination)
public java.util.List<WebPathRouter.RoutableDestination<T>> getDestinations(java.lang.String path)