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
DeploymentException
public Map<String,String> match(UriTemplate candidate)
public boolean hasParameters()
public int getSegmentCount()
public String getNormalizedPath()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.