public class UriTemplate extends Object
| Constructor and Description | 
|---|
| UriTemplate(String path) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getNormalizedPath() | 
| int | getSegmentCount() | 
| boolean | hasParameters() | 
| Map<String,String> | match(UriTemplate candidate) | 
public UriTemplate(String path) throws DeploymentException
DeploymentExceptionpublic Map<String,String> match(UriTemplate candidate)
public boolean hasParameters()
public int getSegmentCount()
public String getNormalizedPath()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.