Uses of Class
org.drools.guvnor.server.jaxrs.providers.atom.CommonAttributes

Packages that use CommonAttributes
org.drools.guvnor.server.jaxrs.providers.atom   
 

Uses of CommonAttributes in org.drools.guvnor.server.jaxrs.providers.atom
 

Subclasses of CommonAttributes in org.drools.guvnor.server.jaxrs.providers.atom
 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 Category
          Per RFC4287:

The "atom:category" element conveys information about a category associated with an entry or feed.

 class Content
          Represents an atom:content element.
 class Entry
          Per RFC4287: The "atom:entry" element represents an individual entry, acting as a container for metadata and data associated with the entry.
 class 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.

 class Link
          Per RFC4287:

The "atom:link" element defines a reference from an entry or feed to a Web resource.

 class Person
          Per RFC4287:

A Person construct is an element that describes a person, corporation, or similar entity (hereafter, 'person').

 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.
 class 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.

 



Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.