public class ContentInfoImpl extends Object implements ContentInfo
| Constructor and Description |
|---|
ContentInfoImpl(String mimeType,
String encoding,
long length,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
long |
getLength() |
Locale |
getLocale() |
String |
getMimeType() |
public String getMimeType()
getMimeType in interface BasicContentInfopublic String getEncoding()
getEncoding in interface BasicContentInfopublic long getLength()
getLength in interface ContentInfopublic Locale getLocale()
getLocale in interface ContentInfoCopyright © 2005–2018 Alfresco Software. All rights reserved.