Class Link
java.lang.Object
org.jboss.resteasy.plugins.providers.atom.CommonAttributes
org.jboss.resteasy.plugins.providers.atom.Link
- Direct Known Subclasses:
BaseLink,RelativeLink
Per RFC4287:
The "atom:link" element defines a reference from an entry or feed to
a Web resource. This specification assigns no meaning to the content
(if any) of this element.
atomLink =
element atom:link {
atomCommonAttributes,
attribute href { atomUri },
attribute rel { atomNCName | atomUri }?,
attribute type { atomMediaType }?,
attribute hreflang { atomLanguageTag }?,
attribute title { text }?,
attribute length { text }?,
undefinedContent
}
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
getBase, getExtensionAttributes, getLanguage, setBase, setLanguage
-
Field Details
-
href
-
rel
-
type
-
hreflang
-
title
-
length
-
-
Constructor Details
-
Link
public Link() -
Link
-
Link
-
Link
-
Link
-
Link
-
-
Method Details
-
getHref
-
setHref
-
getRel
-
setRel
-
getType
-
setType
-
getHreflang
-
setHreflang
-
getTitle
-
setTitle
-
getLength
-
setLength
-