Class DummyUriInfo

  • All Implemented Interfaces:
    javax.ws.rs.core.UriInfo

    public class DummyUriInfo
    extends Object
    implements javax.ws.rs.core.UriInfo
    A dummy UriInfo implementation so that the BaseListResource that all plugin resources depend on doesn’t crash.

    This class obviously is not expected to do anything other than simply exist.

    • Method Detail

      • getAbsolutePath

        public URI getAbsolutePath()
        Specified by:
        getAbsolutePath in interface javax.ws.rs.core.UriInfo
      • getAbsolutePathBuilder

        public javax.ws.rs.core.UriBuilder getAbsolutePathBuilder()
        Specified by:
        getAbsolutePathBuilder in interface javax.ws.rs.core.UriInfo
      • getBaseUri

        public URI getBaseUri()
        Specified by:
        getBaseUri in interface javax.ws.rs.core.UriInfo
      • getBaseUriBuilder

        public javax.ws.rs.core.UriBuilder getBaseUriBuilder()
        Specified by:
        getBaseUriBuilder in interface javax.ws.rs.core.UriInfo
      • getMatchedURIs

        public List<StringgetMatchedURIs()
        Specified by:
        getMatchedURIs in interface javax.ws.rs.core.UriInfo
      • getMatchedURIs

        public List<StringgetMatchedURIs​(boolean decode)
        Specified by:
        getMatchedURIs in interface javax.ws.rs.core.UriInfo
      • getPath

        public String getPath()
        Specified by:
        getPath in interface javax.ws.rs.core.UriInfo
      • getPath

        public String getPath​(boolean decode)
        Specified by:
        getPath in interface javax.ws.rs.core.UriInfo
      • getPathParameters

        public javax.ws.rs.core.MultivaluedMap<String,​StringgetPathParameters()
        Specified by:
        getPathParameters in interface javax.ws.rs.core.UriInfo
      • getPathParameters

        public javax.ws.rs.core.MultivaluedMap<String,​StringgetPathParameters​(boolean decode)
        Specified by:
        getPathParameters in interface javax.ws.rs.core.UriInfo
      • getPathSegments

        public List<javax.ws.rs.core.PathSegment> getPathSegments()
        Specified by:
        getPathSegments in interface javax.ws.rs.core.UriInfo
      • getPathSegments

        public List<javax.ws.rs.core.PathSegment> getPathSegments​(boolean decode)
        Specified by:
        getPathSegments in interface javax.ws.rs.core.UriInfo
      • getQueryParameters

        public javax.ws.rs.core.MultivaluedMap<String,​StringgetQueryParameters()
        Specified by:
        getQueryParameters in interface javax.ws.rs.core.UriInfo
      • getQueryParameters

        public javax.ws.rs.core.MultivaluedMap<String,​StringgetQueryParameters​(boolean decode)
        Specified by:
        getQueryParameters in interface javax.ws.rs.core.UriInfo
      • getRequestUri

        public URI getRequestUri()
        Specified by:
        getRequestUri in interface javax.ws.rs.core.UriInfo
      • getRequestUriBuilder

        public javax.ws.rs.core.UriBuilder getRequestUriBuilder()
        Specified by:
        getRequestUriBuilder in interface javax.ws.rs.core.UriInfo
      • relativize

        public URI relativize​(URI uri)
        Specified by:
        relativize in interface javax.ws.rs.core.UriInfo
      • resolve

        public URI resolve​(URI uri)
        Specified by:
        resolve in interface javax.ws.rs.core.UriInfo