Interface ContentInfo
-
- All Superinterfaces:
BasicContentInfo
- All Known Implementing Classes:
BinaryProperty
,ContentInfoImpl
public interface ContentInfo extends BasicContentInfo
Basic information about content. Typically used with HTTPServletResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getLength()
Locale
getLocale()
-
Methods inherited from interface org.alfresco.rest.framework.resource.content.BasicContentInfo
getEncoding, getMimeType
-
-
-
-
Method Detail
-
getLength
long getLength()
-
getLocale
Locale getLocale()
-
-