Class RelativeLink
java.lang.Object
org.jboss.resteasy.plugins.providers.atom.CommonAttributes
org.jboss.resteasy.plugins.providers.atom.Link
org.jboss.resteasy.plugins.providers.atom.RelativeLink
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
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRelativeLink
(String rel, String relativeLink) RelativeLink
(String rel, String relativeLink, jakarta.ws.rs.core.MediaType mediaType) RelativeLink
(String rel, String relativeLink, String mediaType) -
Method Summary
Methods inherited from class org.jboss.resteasy.plugins.providers.atom.Link
getHref, getHreflang, getLength, getRel, getTitle, getType, setHref, setHreflang, setLength, setRel, setTitle, setType
Methods inherited from class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
getBase, getExtensionAttributes, getLanguage, setBase, setLanguage
-
Constructor Details
-
RelativeLink
public RelativeLink() -
RelativeLink
-
RelativeLink
-
RelativeLink
-