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:
getMimeTypein interfaceBasicContentInfo
-
getEncoding
- Specified by:
getEncodingin interfaceBasicContentInfo
-
getLength
public long getLength()- Specified by:
getLengthin interfaceContentInfo
-
getLocale
- Specified by:
getLocalein interfaceContentInfo
-