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 Details

    • getMimeType

      String getMimeType()
    • getEncoding

      String getEncoding()