Class ContentInfoImpl
java.lang.Object
org.alfresco.rest.framework.resource.content.ContentInfoImpl
- All Implemented Interfaces:
BasicContentInfo
,ContentInfo
Basic implementation of information about the returned content.
-
Constructor Summary
ConstructorsConstructorDescriptionContentInfoImpl
(String mimeType, String encoding, long length, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
ContentInfoImpl
-
-
Method Details
-
getMimeType
- Specified by:
getMimeType
in interfaceBasicContentInfo
-
getEncoding
- Specified by:
getEncoding
in interfaceBasicContentInfo
-
getLength
public long getLength()- Specified by:
getLength
in interfaceContentInfo
-
getLocale
- Specified by:
getLocale
in interfaceContentInfo
-