|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.ContentMetadata
TBD: Description of the class.
| Constructor Summary | |
ContentMetadata(long length,
java.lang.String type,
java.lang.String encoding,
java.lang.String entityTag,
java.util.Date expiryDate,
java.lang.String language,
java.util.Date lastModified)
|
|
| Method Summary | |
java.lang.String |
getContentEncoding()
Returns the content encoding of resource content or null if not known. |
java.lang.String |
getContentLanguage()
Returns the content language (see RFC2616 , section 14.12) or null when not known. |
long |
getContentLength()
Returns the length of resource content in bytes or -1 if not known. |
java.lang.String |
getContentType()
Returns the content type of resource content as media sub type or null if not known. |
java.lang.String |
getETag()
Returns the entity-tag for the content (see RFC2616 , section 14.19). |
java.util.Date |
getExpires()
Returns the expires date of the content (see RFC2616 , section 14.21) or null when not specified. |
java.util.Date |
getLastModified()
Returns the last modification date of the content (see RFC2616 , section 14.29) or null when not known. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContentMetadata(long length,
java.lang.String type,
java.lang.String encoding,
java.lang.String entityTag,
java.util.Date expiryDate,
java.lang.String language,
java.util.Date lastModified)
| Method Detail |
public long getContentLength()
IContentMetadatagetContentLength in interface IContentMetadatacom.sap.netweaver.bc.rf.common.content.IContentMetadatapublic java.lang.String getContentType()
IContentMetadatagetContentType in interface IContentMetadatacom.sap.netweaver.bc.rf.common.content.IContentMetadatapublic java.lang.String getContentEncoding()
IContentMetadatagetContentEncoding in interface IContentMetadatacom.sap.netweaver.bc.rf.common.content.IContentMetadatapublic java.lang.String getContentLanguage()
IContentMetadatanull when not known.getContentLanguage in interface IContentMetadatacom.sap.netweaver.bc.rf.common.content.IContentMetadatapublic java.lang.String getETag()
IContentMetadatagetETag in interface IContentMetadatacom.sap.netweaver.bc.rf.common.content.IContentMetadatapublic java.util.Date getExpires()
IContentMetadatanull when not specified.getExpires in interface IContentMetadatacom.sap.netweaver.bc.rf.common.content.IContentMetadatapublic java.util.Date getLastModified()
IContentMetadatanull when not known.getLastModified in interface IContentMetadatacom.sap.netweaver.bc.rf.common.content.IContentMetadata
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||