Package | Description |
---|---|
com.epimorphics.lda.routing |
The routine package contains the classes that map from URI paths to
the endpoints that implement them.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<MatchTemplate<?>> |
MatchTemplate.compare
A MatchTemplate comparator for use in sorting.
|
Modifier and Type | Method and Description |
---|---|
static <T> MatchTemplate<T> |
MatchTemplate.prepare(String template,
T value)
Answer a MatchTemplate corresponding to the template string.
|
Modifier and Type | Method and Description |
---|---|
int |
MatchTemplate.compareTo(MatchTemplate<?> other)
Compare this MatchTemplate with another.
|
Copyright © 2014. All Rights Reserved.