|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathSegment | |
|---|---|
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| org.jboss.resteasy.specimpl | |
| Uses of PathSegment in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core that return types with arguments of type PathSegment | |
|---|---|
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. |
| Uses of PathSegment in org.jboss.resteasy.specimpl |
|---|
| Classes in org.jboss.resteasy.specimpl that implement PathSegment | |
|---|---|
class |
PathSegmentImpl
|
| Methods in org.jboss.resteasy.specimpl that return types with arguments of type PathSegment | |
|---|---|
List<PathSegment> |
UriInfoImpl.getPathSegments()
|
List<PathSegment> |
UriInfoImpl.getPathSegments(boolean decode)
|
static List<PathSegment> |
PathSegmentImpl.parseSegments(String path,
boolean decode)
|
| Constructor parameters in org.jboss.resteasy.specimpl with type arguments of type PathSegment | |
|---|---|
UriInfoImpl(URI absolutePath,
URI baseUri,
String encodedPath,
String queryString,
List<PathSegment> encodedPathSegments)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||