Class JaxRsRequest.JaxRsQueryParameters

java.lang.Object
com.tangosol.coherence.management.internal.JaxRsRequest.JaxRsQueryParameters
All Implemented Interfaces:
com.tangosol.internal.http.QueryParameters
Enclosing class:
JaxRsRequest

public static class JaxRsRequest.JaxRsQueryParameters extends Object implements com.tangosol.internal.http.QueryParameters
A QueryParameters implementation that wraps a JAX-RS UriInfo.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.tangosol.internal.http.QueryParameters

    com.tangosol.internal.http.QueryParameters.Empty
  • Field Summary

    Fields inherited from interface com.tangosol.internal.http.QueryParameters

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    JaxRsQueryParameters(jakarta.ws.rs.core.UriInfo uriInfo)
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.tangosol.internal.http.QueryParameters

    getFirstAsBoolean
  • Constructor Details

    • JaxRsQueryParameters

      public JaxRsQueryParameters(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.QueryParameters