Interface BasicContentInfo
-
- All Known Subinterfaces:
ContentInfo
- All Known Implementing Classes:
BinaryProperty
,ContentInfoImpl
public interface BasicContentInfo
Basic information about content. Typically taken from a HTTPServletRequest. You may choose to trust it but there is no guarantee that it accurately describes the content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncoding()
String
getMimeType()
-