| Package | Description |
|---|---|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| org.jboss.resteasy.specimpl | |
| org.jboss.resteasy.spi |
| Modifier and Type | Method and Description |
|---|---|
List<PathSegment> |
UriInfo.getPathSegments()
Get the path of the current request relative to the base URI as a
list of
PathSegment. |
List<PathSegment> |
UriInfo.getPathSegments(boolean decode)
Get the path of the current request relative to the base URI as a list of
PathSegment. |
| Modifier and Type | Class and Description |
|---|---|
class |
PathSegmentImpl |
| Modifier and Type | Field and Description |
|---|---|
List<PathSegment> |
PathSegmentImpl.SegmentParse.segments |
| Modifier and Type | Method and Description |
|---|---|
static List<PathSegment> |
PathSegmentImpl.parseSegments(String path,
boolean decode) |
| Modifier and Type | Method and Description |
|---|---|
List<PathSegment> |
ResteasyUriInfo.getPathSegments() |
List<PathSegment> |
ResteasyUriInfo.getPathSegments(boolean decode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResteasyUriInfo.extractMatchingPath(List<PathSegment> encodedPathSegments)
matching path without matrix parameters
|
Copyright © 2014. All Rights Reserved.