@Path(value="containers")
public interface ContainersResource
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getUri(String uri,
String path) |
ContainerResource |
subResource(String uriCode) |
@GET
javax.ws.rs.core.Response getUri(@QueryParam(value="uri")
String uri,
@QueryParam(value="path")
String path)
@Path(value="{uriCode}")
ContainerResource subResource(@PathParam(value="uriCode")
String uriCode)
Copyright © 2020. All rights reserved.