public class UriTemplate
extends java.lang.Object
Constructor and Description |
---|
UriTemplate(java.lang.String path) |
Modifier and Type | Method and 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-2018 Apache Software Foundation. All Rights Reserved.