Interface MultipartRelatedCollectionInfo
-
- All Superinterfaces:
CollectionInfo
- All Known Implementing Classes:
AbstractMultipartCollectionAdapter
@Deprecated public interface MultipartRelatedCollectionInfo extends CollectionInfo
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,String>getAlternateAccepts(RequestContext request)Deprecated.Returns a map of MIME media types for the app:collection element's app:accept elements.-
Methods inherited from interface org.apache.abdera.protocol.server.CollectionInfo
asCollectionElement, getAccepts, getCategoriesInfo, getHref, getTitle
-
-
-
-
Method Detail
-
getAlternateAccepts
Map<String,String> getAlternateAccepts(RequestContext request)
Deprecated.Returns a map 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. The key element is the default media type and the value element is the alternate type or null if it doesn't accept alternates.
-
-