|
Class Summary |
| AtomEntryProvider |
TODO remove this file when JBoss AS includes RESTEasy 2.3.4.Final or higher |
| AtomFeedProvider |
TODO remove this file when JBoss AS includes RESTEasy 2.3.4.Final or higher |
| 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. |
| Category |
Per RFC4287:
The "atom:category" element conveys information about a category
associated with an entry or feed. |
| CommonAttributes |
Attributes common across all atom types
TODO remove this file when JBoss AS includes RESTEasy 2.3.4.Final or higher |
| Content |
Represents an atom:content element. |
| Entry |
Per RFC4287:
The "atom:entry" element represents an individual entry, acting as a
container for metadata and data associated with the entry. |
| Feed |
Per RFC4287:
The "atom:feed" element is the document (i.e., top-level) element of
an Atom Feed Document, acting as a container for metadata and data
associated with the feed. |
| Generator |
Per RFC4287
atomGenerator = element atom:generator {
atomCommonAttributes,
attribute uri { atomUri }? |
| Link |
Per RFC4287:
The "atom:link" element defines a reference from an entry or feed to
a Web resource. |
| MediaTypeAdapter |
TODO remove this file when JBoss AS includes RESTEasy 2.3.4.Final or higher |
| Person |
Per RFC4287:
A Person construct is an element that describes a person,
corporation, or similar entity (hereafter, 'person'). |
| 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. |
| Source |
Per RFC4287:
If an atom:entry is copied from one feed into another feed, then the
source atom:feed's metadata (all child elements of atom:feed other
than the atom:entry elements) MAY be preserved within the copied
entry by adding an atom:source child element, if it is not already
present in the entry, and including some or all of the source feed's
Metadata elements as the atom:source element's children. |
| UriAdapter |
TODO remove this file when JBoss AS includes RESTEasy 2.3.4.Final or higher |