|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.protocol.server.impl.AbstractProvider
org.wso2.registry.app.AtomRegistry
public class AtomRegistry
Field Summary |
---|
Fields inherited from class org.apache.abdera.protocol.server.impl.AbstractProvider |
---|
defaultpagesize |
Constructor Summary | |
---|---|
AtomRegistry()
|
Method Summary | |
---|---|
org.apache.abdera.protocol.server.ResponseContext |
createEntry(org.apache.abdera.protocol.server.RequestContext request)
To post an entry we can use this method , however when it come to registry posting means adding new resources , adding comments , adding tags , rating etc.. |
org.apache.abdera.protocol.server.ResponseContext |
deleteEntry(org.apache.abdera.protocol.server.RequestContext request)
|
org.apache.abdera.protocol.server.ResponseContext |
getEntry(org.apache.abdera.protocol.server.RequestContext request)
|
org.apache.abdera.protocol.server.ResponseContext |
getFeed(org.apache.abdera.protocol.server.RequestContext request)
This method used to get an atom feed representing the registry and the depending on the URL the format of the feed will differ |
org.apache.abdera.protocol.server.ResponseContext |
getService(org.apache.abdera.protocol.server.RequestContext request)
|
org.apache.abdera.protocol.server.ResponseContext |
updateEntry(org.apache.abdera.protocol.server.RequestContext request)
This method is used for PUT operation and depending on the URL operation will be identify and perform that, not only that depending on the operation the structure of entry may vary |
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractProvider |
---|
badrequest, beforeOrEqual, checkEntryAddAdditionalNamespaces, checkEntryNamespaces, combine, conflict, createErrorDocument, deleteMedia, entryPost, forbidden, getAllowedMethods, getCategories, getDefaultPageSize, getMedia, getOffset, getPageSize, isValidEntry, locked, mediaPost, notallowed, notmodified, notsupported, preconditionfailed, request, resolveBase, returnBase, sanitizeSlug, servererror, unauthorized, unavailable, unknown, updateMedia |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.abdera.protocol.server.Provider |
---|
deleteMedia, entryPost, getAllowedMethods, getCategories, getMedia, mediaPost, request, updateMedia |
Constructor Detail |
---|
public AtomRegistry()
Method Detail |
---|
public org.apache.abdera.protocol.server.ResponseContext createEntry(org.apache.abdera.protocol.server.RequestContext request)
createEntry
in interface org.apache.abdera.protocol.server.Provider
request
- : RequestContext
public org.apache.abdera.protocol.server.ResponseContext deleteEntry(org.apache.abdera.protocol.server.RequestContext request)
deleteEntry
in interface org.apache.abdera.protocol.server.Provider
public org.apache.abdera.protocol.server.ResponseContext updateEntry(org.apache.abdera.protocol.server.RequestContext request)
updateEntry
in interface org.apache.abdera.protocol.server.Provider
request
- : RequestContext
public org.apache.abdera.protocol.server.ResponseContext getFeed(org.apache.abdera.protocol.server.RequestContext request)
getFeed
in interface org.apache.abdera.protocol.server.Provider
request
- : RequestContext
public org.apache.abdera.protocol.server.ResponseContext getEntry(org.apache.abdera.protocol.server.RequestContext request)
getEntry
in interface org.apache.abdera.protocol.server.Provider
public org.apache.abdera.protocol.server.ResponseContext getService(org.apache.abdera.protocol.server.RequestContext request)
getService
in interface org.apache.abdera.protocol.server.Provider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |