Class LookResourceURIs


  • public final class LookResourceURIs
    extends Object
    Base URIs from which the REST-based ressources representing look entities are defined.
    Author:
    Yohann Chastagnier
    • Constructor Detail

      • LookResourceURIs

        public LookResourceURIs()
    • Method Detail

      • buildURI

        protected static URI buildURI​(javax.ws.rs.core.UriInfo uriInfo,
                                      String... uriPathParts)
        Gets the URI from a given UriInfo and URI path parts
        Parameters:
        uriInfo -
        uriPathParts -
        Returns:
      • buildURI

        protected static URI buildURI​(String uriBase,
                                      String... uriPathParts)
        Gets the URI from a given URI base and URI path parts
        Parameters:
        uriBase -
        uriPathParts -
        Returns: