Package org.jboss.resteasy.spi
Class Link
java.lang.Object
org.jboss.resteasy.spi.Link
Deprecated.
Replaced by javax.ws.rs.core.Link in jaxrs-api module.
Implementation of Link Headers v6
- Version:
- $Revision: 1 $
- See Also:
-
Link
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClientExecutor
Deprecated.Deprecated.protected String
Deprecated.protected String
Deprecated.protected String
Deprecated.protected String
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getHref()
Deprecated.Deprecated.getTitle()
Deprecated.getType()
Deprecated.request()
Deprecated.request
(ClientExecutor executor) Deprecated.void
setExecutor
(ClientExecutor executor) Deprecated.void
Deprecated.void
setRelationship
(String relationship) Deprecated.void
Deprecated.void
Deprecated.javax.ws.rs.core.Link
Deprecated.toString()
Deprecated.
-
Field Details
-
title
Deprecated. -
relationship
Deprecated. -
href
Deprecated. -
type
Deprecated. -
extensions
Deprecated. -
executor
Deprecated.
-
-
Constructor Details
-
Method Details
-
toJaxrsLink
public javax.ws.rs.core.Link toJaxrsLink()Deprecated. -
getRelationship
Deprecated. -
setRelationship
Deprecated. -
getHref
Deprecated. -
setHref
Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
getTitle
Deprecated. -
setTitle
Deprecated. -
getExtensions
Deprecated. -
getExecutor
Deprecated. -
setExecutor
Deprecated. -
request
Deprecated. -
request
Deprecated. -
toString
Deprecated.
-