org.apache.abdera.protocol.util
Class AbstractEntityProvider
java.lang.Object
org.apache.abdera.protocol.util.AbstractEntityProvider
- All Implemented Interfaces:
- EntityProvider
public abstract class AbstractEntityProvider
- extends Object
- implements EntityProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEntityProvider
public AbstractEntityProvider()
getContentType
public String getContentType()
- Description copied from interface:
EntityProvider
- Return the mime content type of the serialized entity
- Specified by:
getContentType
in interface EntityProvider
getEntityTag
public org.apache.abdera.util.EntityTag getEntityTag()
- Description copied from interface:
EntityProvider
- Return the EntityTag of the entity,
- Specified by:
getEntityTag
in interface EntityProvider
getLastModified
public Date getLastModified()
- Description copied from interface:
EntityProvider
- Return the Last-Modified date of the entity
- Specified by:
getLastModified
in interface EntityProvider
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.