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.
  • Constructor Details

    • JaxRsPathParameters

      public JaxRsPathParameters(jakarta.ws.rs.core.UriInfo uriInfo)
      Parameters:
      uriInfo - the UriInfo to wrap
  • Method Details

    • getFirst

      public String getFirst(String sKey)
      Specified by:
      getFirst in interface com.tangosol.internal.http.PathParameters