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