Interface GetServiceDocumentUriInfo

All Known Subinterfaces:
UriInfo
All Known Implementing Classes:
UriInfoImpl

public interface GetServiceDocumentUriInfo
Access to the parts of the request URI that are relevant for GET requests of the service document.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the custom query options as Map from option names to their corresponding String values, or an empty list if no custom query options are given in the URI.
    Gets the value of the $format system query option.
  • Method Details

    • getFormat

      String getFormat()
      Gets the value of the $format system query option.
      Returns:
      the format (as set as $format query parameter) or null
    • getCustomQueryOptions

      Map<String,String> getCustomQueryOptions()
      Gets the custom query options as Map from option names to their corresponding String values, or an empty list if no custom query options are given in the URI.
      Returns:
      Map of <String, String> custom query options