Class JaxRsRequest.JaxRsPathParameters
java.lang.Object
com.tangosol.coherence.management.internal.JaxRsRequest.JaxRsPathParameters
- All Implemented Interfaces:
com.tangosol.internal.http.PathParameters
- Enclosing class:
JaxRsRequest
public static class JaxRsRequest.JaxRsPathParameters
extends Object
implements com.tangosol.internal.http.PathParameters
A
PathParameters implementation that wraps a JAX-RS UriInfo.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.internal.http.PathParameters
com.tangosol.internal.http.PathParameters.Empty -
Field Summary
Fields inherited from interface com.tangosol.internal.http.PathParameters
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionJaxRsPathParameters(jakarta.ws.rs.core.UriInfo uriInfo) Create aJaxRsRequest.JaxRsQueryParameters. -
Method Summary
-
Constructor Details
-
JaxRsPathParameters
public JaxRsPathParameters(jakarta.ws.rs.core.UriInfo uriInfo) Create aJaxRsRequest.JaxRsQueryParameters.- Parameters:
uriInfo- theUriInfoto wrap
-
-
Method Details
-
getFirst
- Specified by:
getFirstin interfacecom.tangosol.internal.http.PathParameters
-