public class PathTemplateMatcher<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathTemplateMatcher.PathMatchResult<T> |
| Constructor and Description |
|---|
PathTemplateMatcher() |
| Modifier and Type | Method and Description |
|---|---|
PathTemplateMatcher<T> |
add(PathTemplate template,
T value) |
PathTemplateMatcher<T> |
add(String pathTemplate,
T value) |
PathTemplateMatcher.PathMatchResult<T> |
match(String path) |
PathTemplateMatcher<T> |
remove(String pathTemplate) |
public PathTemplateMatcher.PathMatchResult<T> match(String path)
public PathTemplateMatcher<T> add(PathTemplate template, T value)
public PathTemplateMatcher<T> add(String pathTemplate, T value)
public PathTemplateMatcher<T> remove(String pathTemplate)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.