|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomRequest | |
---|---|
org.rometools.propono.atom.server | |
org.rometools.propono.atom.server.impl |
Uses of AtomRequest in org.rometools.propono.atom.server |
---|
Classes in org.rometools.propono.atom.server that implement AtomRequest | |
---|---|
class |
AtomRequestImpl
Default request implementation. |
Methods in org.rometools.propono.atom.server with parameters of type AtomRequest | |
---|---|
void |
AtomHandler.deleteEntry(AtomRequest req)
Delete entry specified by request. |
AtomService |
AtomHandler.getAtomService(AtomRequest req)
Return com.sun.syndication.propono.atom.common.AtomService
object that contains the
com.sun.syndication.propono.atom.common.Workspace objects
available to the currently authenticated user and within those the
com.sun.syndication.propono.atom.common.Collection avalaible. |
Categories |
AtomHandler.getCategories(AtomRequest req)
Get categories, a list of Categories objects |
com.sun.syndication.feed.atom.Feed |
AtomHandler.getCollection(AtomRequest req)
Return collection or portion of collection specified by request. |
com.sun.syndication.feed.atom.Entry |
AtomHandler.getEntry(AtomRequest req)
Get entry specified by request. |
AtomMediaResource |
AtomHandler.getMediaResource(AtomRequest req)
Get media resource specified by request. |
boolean |
AtomHandler.isAtomServiceURI(AtomRequest req)
Return true if specified request represents URI of a Service Document. |
boolean |
AtomHandler.isCategoriesURI(AtomRequest req)
Return true if specified request represents URI of a Categories Document. |
boolean |
AtomHandler.isCollectionURI(AtomRequest req)
Return true if specified request represents URI of a collection. |
boolean |
AtomHandler.isEntryURI(AtomRequest req)
Return true if specified request represents URI of an Atom entry. |
boolean |
AtomHandler.isMediaEditURI(AtomRequest req)
Return true if specified patrequesthinfo represents media-edit URI. |
com.sun.syndication.feed.atom.Entry |
AtomHandler.postEntry(AtomRequest req,
com.sun.syndication.feed.atom.Entry entry)
Store new entry in collection specified by request and return representation of entry as it is stored on server. |
com.sun.syndication.feed.atom.Entry |
AtomHandler.postMedia(AtomRequest req,
com.sun.syndication.feed.atom.Entry entry)
Store media data in collection specified by request, create an Atom media-link entry to store metadata for the new media file and return that entry to the caller. |
void |
AtomHandler.putEntry(AtomRequest req,
com.sun.syndication.feed.atom.Entry entry)
Update entry specified by request and return new entry as represented on the server. |
void |
AtomHandler.putMedia(AtomRequest req)
Update the media file part of a media-link entry. |
Uses of AtomRequest in org.rometools.propono.atom.server.impl |
---|
Methods in org.rometools.propono.atom.server.impl with parameters of type AtomRequest | |
---|---|
void |
FileBasedAtomHandler.deleteEntry(AtomRequest areq)
Delete entry specified by pathInfo. |
AtomService |
FileBasedAtomHandler.getAtomService(AtomRequest areq)
Return introspection document |
Categories |
FileBasedAtomHandler.getCategories(AtomRequest areq)
Returns null because we use in-line categories. |
com.sun.syndication.feed.atom.Feed |
FileBasedAtomHandler.getCollection(AtomRequest areq)
Get collection specified by pathinfo. |
com.sun.syndication.feed.atom.Entry |
FileBasedAtomHandler.getEntry(AtomRequest areq)
Get entry specified by pathInfo. |
AtomMediaResource |
FileBasedAtomHandler.getMediaResource(AtomRequest areq)
|
boolean |
FileBasedAtomHandler.isAtomServiceURI(AtomRequest areq)
Return true if specified pathinfo represents URI of service doc. |
boolean |
FileBasedAtomHandler.isCategoriesURI(AtomRequest areq)
Return true if specified pathinfo represents URI of category doc. |
boolean |
FileBasedAtomHandler.isCollectionURI(AtomRequest areq)
Return true if specified pathinfo represents URI of a collection. |
boolean |
FileBasedAtomHandler.isEntryURI(AtomRequest areq)
Return true if specified pathinfo represents URI of an Atom entry. |
boolean |
FileBasedAtomHandler.isMediaEditURI(AtomRequest areq)
Return true if specified pathinfo represents media-edit URI. |
com.sun.syndication.feed.atom.Entry |
FileBasedAtomHandler.postEntry(AtomRequest areq,
com.sun.syndication.feed.atom.Entry entry)
Create a new entry specified by pathInfo and posted entry. |
com.sun.syndication.feed.atom.Entry |
FileBasedAtomHandler.postMedia(AtomRequest areq,
com.sun.syndication.feed.atom.Entry entry)
Store media data in collection specified by pathInfo, create an Atom media-link entry to store metadata for the new media file and return that entry to the caller. |
void |
FileBasedAtomHandler.putEntry(AtomRequest areq,
com.sun.syndication.feed.atom.Entry entry)
Update entry specified by pathInfo and posted entry. |
void |
FileBasedAtomHandler.putMedia(AtomRequest areq)
Update the media file part of a media-link entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |