Package org.apache.abdera.protocol.util
Class AbstractEntityProvider
- java.lang.Object
-
- org.apache.abdera.protocol.util.AbstractEntityProvider
-
- All Implemented Interfaces:
EntityProvider
@Deprecated public abstract class AbstractEntityProvider extends Object implements EntityProvider
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractEntityProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetContentType()Deprecated.Return the mime content type of the serialized entityorg.apache.abdera.util.EntityTaggetEntityTag()Deprecated.Return the EntityTag of the entity,DategetLastModified()Deprecated.Return the Last-Modified date of the entity-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.abdera.protocol.EntityProvider
isRepeatable, writeTo
-
-
-
-
Method Detail
-
getContentType
public String getContentType()
Deprecated.Description copied from interface:EntityProviderReturn the mime content type of the serialized entity- Specified by:
getContentTypein interfaceEntityProvider
-
getEntityTag
public org.apache.abdera.util.EntityTag getEntityTag()
Deprecated.Description copied from interface:EntityProviderReturn the EntityTag of the entity,- Specified by:
getEntityTagin interfaceEntityProvider
-
getLastModified
public Date getLastModified()
Deprecated.Description copied from interface:EntityProviderReturn the Last-Modified date of the entity- Specified by:
getLastModifiedin interfaceEntityProvider
-
-