Uses of Class
org.jboss.resteasy.plugins.providers.atom.Link
-
Packages that use Link Package Description org.jboss.resteasy.plugins.providers.atom -
-
Uses of Link in org.jboss.resteasy.plugins.providers.atom
Subclasses of Link in org.jboss.resteasy.plugins.providers.atom Modifier and Type Class Description class
BaseLink
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.class
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.Fields in org.jboss.resteasy.plugins.providers.atom with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>
Entry. links
private java.util.List<Link>
Source. links
Methods in org.jboss.resteasy.plugins.providers.atom that return Link Modifier and Type Method Description Link
Entry. getLinkByRel(java.lang.String name)
Link
Source. getLinkByRel(java.lang.String name)
Methods in org.jboss.resteasy.plugins.providers.atom that return types with arguments of type Link Modifier and Type Method Description java.util.List<Link>
Entry. getLinks()
java.util.List<Link>
Source. getLinks()
-