org.glassfish.jersey.message.internal
Class JerseyLink

java.lang.Object
  extended by javax.ws.rs.core.Link
      extended by org.glassfish.jersey.message.internal.JerseyLink

public final class JerseyLink
extends Link

Jersey implementation of JAX-RS Link contract.

Author:
Marek Potociar (marek.potociar at oracle.com)

Nested Class Summary
static class JerseyLink.Builder
          Jersey implementation of JAX-RS Link.Builder contract.
 
Nested classes/interfaces inherited from class javax.ws.rs.core.Link
Link.JaxbAdapter, Link.JaxbLink
 
Field Summary
 
Fields inherited from class javax.ws.rs.core.Link
REL, TITLE, TYPE
 
Method Summary
 boolean equals(Object other)
           
 Map<String,String> getParams()
           
 String getRel()
           
 List<String> getRels()
           
 String getTitle()
           
 String getType()
           
 URI getUri()
           
 UriBuilder getUriBuilder()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class javax.ws.rs.core.Link
fromLink, fromMethod, fromPath, fromResource, fromUri, fromUri, fromUriBuilder, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUri

public URI getUri()
Specified by:
getUri in class Link

getUriBuilder

public UriBuilder getUriBuilder()
Specified by:
getUriBuilder in class Link

getRel

public String getRel()
Specified by:
getRel in class Link

getRels

public List<String> getRels()
Specified by:
getRels in class Link

getTitle

public String getTitle()
Specified by:
getTitle in class Link

getType

public String getType()
Specified by:
getType in class Link

getParams

public Map<String,String> getParams()
Specified by:
getParams in class Link

toString

public String toString()
Specified by:
toString in class Link

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.