public abstract class UriTemplateComponent extends Object implements Serializable
| Constructor and Description |
|---|
UriTemplateComponent(int startPoistion) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndPosition()
Get the endPosition.
|
abstract Pattern |
getMatchPattern()
Returns a string that contains a regular expression that matches the
URI template expression.
|
int |
getStartPosition()
Get the startPosition of the component within the template string.
|
abstract String |
getValue() |
public abstract String getValue()
public int getStartPosition()
public abstract Pattern getMatchPattern()
public int getEndPosition()
Copyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.