|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathSegment | |
|---|---|
| com.restfully.shop.services | |
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| org.jboss.resteasy.specimpl | |
| Uses of PathSegment in com.restfully.shop.services |
|---|
| Methods in com.restfully.shop.services with parameters of type PathSegment | |
|---|---|
String |
CarResource.getFromMatrixParam(String make,
PathSegment car,
CarResource.Color color,
String year)
|
String |
CarResource.getFromPathSegment(String make,
PathSegment car,
String year)
|
| Method parameters in com.restfully.shop.services with type arguments of type PathSegment | |
|---|---|
String |
CarResource.getFromMultipleSegments(String make,
List<PathSegment> car,
String year)
|
| 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 | |||||||||