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.
Feed() -
Constructor for class org.drools.guvnor.server.jaxrs.providers.atom.Feed
finder -
Variable in class org.drools.guvnor.server.jaxrs.providers.atom.Content
finder -
Variable in class org.drools.guvnor.server.jaxrs.providers.atom.Entry
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.
Source() -
Constructor for class org.drools.guvnor.server.jaxrs.providers.atom.Source