Class ManagedCollectionAdapter
- java.lang.Object
-
- org.apache.abdera.protocol.server.impl.AbstractCollectionAdapter
-
- org.apache.abdera.protocol.server.provider.managed.ManagedCollectionAdapter
-
- All Implemented Interfaces:
CollectionAdapter,CollectionInfo,MediaCollectionAdapter,Transactional
- Direct Known Subclasses:
BasicAdapter
@Deprecated public abstract class ManagedCollectionAdapter extends AbstractCollectionAdapter implements CollectionAdapter
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.abdera.AbderagetAbdera()Deprecated.StringgetAuthor(RequestContext request)Deprecated.FeedConfigurationgetConfiguration()Deprecated.StringgetId(RequestContext request)Deprecated.StringgetTitle(RequestContext request)Deprecated.Get the value of the app:collection element's atom:title element.-
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractCollectionAdapter
asCollectionElement, compensate, deleteMedia, end, extensionRequest, getAccepts, getCategories, getCategoriesInfo, getHref, getHref, getMedia, headEntry, headMedia, optionsEntry, optionsMedia, postMedia, putMedia, setHref, start
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.abdera.protocol.server.CollectionAdapter
deleteEntry, extensionRequest, getCategories, getEntry, getFeed, headEntry, optionsEntry, postEntry, putEntry
-
-
-
-
Method Detail
-
getAbdera
public org.apache.abdera.Abdera getAbdera()
Deprecated.
-
getConfiguration
public FeedConfiguration getConfiguration()
Deprecated.
-
getAuthor
public String getAuthor(RequestContext request) throws ResponseContextException
Deprecated.- Specified by:
getAuthorin classAbstractCollectionAdapter- Throws:
ResponseContextException
-
getId
public String getId(RequestContext request)
Deprecated.- Specified by:
getIdin classAbstractCollectionAdapter
-
getTitle
public String getTitle(RequestContext request)
Deprecated.Description copied from interface:CollectionInfoGet the value of the app:collection element's atom:title element. This assumes that the title will be type="text". This must not be null;- Specified by:
getTitlein interfaceCollectionInfo
-
-