Class RelativeLink


  • public class RelativeLink
    extends Link
    If invoked within the context of a JAX-RS call, it will automatically build a URI based the base URI of the JAX-RS application. Same URI as UriInfo.getRequestUri().
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Constructor Detail

      • RelativeLink

        public RelativeLink()
      • RelativeLink

        public RelativeLink​(String rel,
                            String relativeLink)
      • RelativeLink

        public RelativeLink​(String rel,
                            String relativeLink,
                            javax.ws.rs.core.MediaType mediaType)
      • RelativeLink

        public RelativeLink​(String rel,
                            String relativeLink,
                            String mediaType)