Class AbstractMultipartCollectionAdapter
- java.lang.Object
-
- org.apache.abdera.protocol.server.impl.AbstractCollectionAdapter
-
- org.apache.abdera.protocol.server.multipart.AbstractMultipartCollectionAdapter
-
- All Implemented Interfaces:
CollectionAdapter,CollectionInfo,MediaCollectionAdapter,MultipartRelatedCollectionInfo,Transactional
@Deprecated public abstract class AbstractMultipartCollectionAdapter extends AbstractCollectionAdapter implements MultipartRelatedCollectionInfo
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractMultipartCollectionAdapter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String[]getAccepts(RequestContext request)Deprecated.Returns an array of MIME media types for the app:collection element's app:accept elements.-
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractCollectionAdapter
asCollectionElement, compensate, deleteMedia, end, extensionRequest, getAuthor, getCategories, getCategoriesInfo, getHref, getHref, getId, 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, getEntry, getFeed, postEntry, putEntry
-
Methods inherited from interface org.apache.abdera.protocol.server.CollectionInfo
asCollectionElement, getCategoriesInfo, getHref, getTitle
-
Methods inherited from interface org.apache.abdera.protocol.server.multipart.MultipartRelatedCollectionInfo
getAlternateAccepts
-
-
-
-
Method Detail
-
getAccepts
public String[] getAccepts(RequestContext request)
Deprecated.Description copied from interface:CollectionInfoReturns an array of MIME media types for the app:collection element's app:accept elements. These tell a client which media types the collection will accept on a POST- Specified by:
getAcceptsin interfaceCollectionInfo- Overrides:
getAcceptsin classAbstractCollectionAdapter
-
-