Interface Printable

  • All Known Implementing Classes:
    SimplePrintable

    public interface Printable
    Content type checker. Checks if content type is printable content type (text like).
    Author:
    antons
    • Method Detail

      • isPrintable

        boolean isPrintable​(String contentType)
        Checks content type value
        Parameters:
        contentType - content type
        Returns:
        true is content type is printable content type.