Class BaseLink


public class BaseLink 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.getBaseUri().
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • BaseLink

      public BaseLink()
    • BaseLink

      public BaseLink(String rel, String relativeLink)
    • BaseLink

      public BaseLink(String rel, String relativeLink, jakarta.ws.rs.core.MediaType mediaType)
    • BaseLink

      public BaseLink(String rel, String relativeLink, String mediaType)