public class ContentInfoImpl extends java.lang.Object implements ContentInfo
Constructor and Description |
---|
ContentInfoImpl(java.lang.String mimeType,
java.lang.String encoding,
long length,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEncoding() |
long |
getLength() |
java.util.Locale |
getLocale() |
java.lang.String |
getMimeType() |
public ContentInfoImpl(java.lang.String mimeType, java.lang.String encoding, long length, java.util.Locale locale)
public java.lang.String getMimeType()
getMimeType
in interface BasicContentInfo
public java.lang.String getEncoding()
getEncoding
in interface BasicContentInfo
public long getLength()
getLength
in interface ContentInfo
public java.util.Locale getLocale()
getLocale
in interface ContentInfo
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.