| Package | Description |
|---|---|
| org.everrest.core | |
| org.everrest.core.impl | |
| org.everrest.core.impl.resource | |
| org.everrest.core.resource | |
| org.everrest.core.uri | |
| org.everrest.core.util |
| Modifier and Type | Method and Description |
|---|---|
UriPattern |
FilterDescriptor.getUriPattern()
UriPattern build in same manner as for resources.
|
| Modifier and Type | Method and Description |
|---|---|
UriPattern |
FilterDescriptorImpl.getUriPattern() |
| Modifier and Type | Method and Description |
|---|---|
UriPattern |
SubResourceMethodDescriptorImpl.getUriPattern() |
UriPattern |
SubResourceLocatorDescriptorImpl.getUriPattern() |
UriPattern |
AbstractResourceDescriptorImpl.getUriPattern() |
| Modifier and Type | Method and Description |
|---|---|
UriPattern |
SubResourceMethodDescriptor.getUriPattern() |
UriPattern |
SubResourceLocatorDescriptor.getUriPattern() |
UriPattern |
AbstractResourceDescriptor.getUriPattern() |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodMap<SubResourceMethodDescriptor> |
SubResourceMethodMap.getMethodMap(UriPattern uriPattern) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<UriPattern> |
UriPattern.URIPATTERN_COMPARATOR
Sort the templates according to the string comparison of the template regular expressions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UriPatternMap.add(UriPattern uriPattern,
V value) |
void |
UriPatternMap.addAll(UriPattern key,
List<V> valueList) |
void |
UriPatternMap.addAll(UriPattern key,
V... newValues) |
void |
UriPatternMap.addFirst(UriPattern key,
V value) |
V |
UriPatternMap.getFirst(UriPattern uriPattern) |
List<V> |
UriPatternMap.getList(UriPattern uriPattern) |
void |
UriPatternMap.putSingle(UriPattern uriPattern,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UriPatternMap.equalsIgnoreValueOrder(javax.ws.rs.core.MultivaluedMap<UriPattern,V> otherMap) |
Copyright © 2015. All rights reserved.