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 Detail

      • getMimeType

        java.lang.String getMimeType()
      • getEncoding

        java.lang.String getEncoding()