Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
org.glassfish.jersey.uri |
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UriTemplate> |
ExtendedUriInfo.getMatchedTemplates()
Get a read-only list of
UriTemplate for matched resources. |
Modifier and Type | Field and Description |
---|---|
private UriTemplate |
PushMatchedTemplateRouter.methodTemplate |
private UriTemplate |
PushMatchedTemplateRouter.resourceTemplate |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<UriTemplate> |
UriRoutingContext.templates |
Modifier and Type | Method and Description |
---|---|
java.util.List<UriTemplate> |
UriRoutingContext.getMatchedTemplates() |
Modifier and Type | Method and Description |
---|---|
private int |
UriRoutingContext.getLastPathParameterIndex(java.lang.String name,
UriTemplate t) |
private PushMatchedTemplateRouter |
RuntimeModelBuilder.getTemplateRouter(boolean subResourceMode,
UriTemplate parentTemplate,
UriTemplate childTemplate) |
private void |
UriRoutingContext.pushMatchedTemplateValues(UriTemplate template,
java.util.regex.MatchResult matchResult) |
void |
RoutingContext.pushTemplates(UriTemplate resourceTemplate,
UriTemplate methodTemplate)
Push matched request URI routing pattern
templates
for a single matched method. |
void |
UriRoutingContext.pushTemplates(UriTemplate resourceTemplate,
UriTemplate methodTemplate) |
Constructor and Description |
---|
PushMatchedTemplateRouter(UriTemplate resourceTemplate)
Create a new instance of the push matched template router.
|
PushMatchedTemplateRouter(UriTemplate resourceTemplate,
UriTemplate methodTemplate)
Create a new instance of the push matched template router.
|
Modifier and Type | Class and Description |
---|---|
class |
PathTemplate
A URI template for a URI path.
|
Modifier and Type | Field and Description |
---|---|
static UriTemplate |
UriTemplate.EMPTY
The empty URI template that matches the
null or empty URI path. |
private UriTemplate |
PathPattern.template |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<UriTemplate> |
UriTemplate.COMPARATOR
Order the templates according to JAX-RS specification.
|
Modifier and Type | Method and Description |
---|---|
UriTemplate |
PathPattern.getTemplate() |