Package sk.antons.web.filter.log
Interface Printable
-
- All Known Implementing Classes:
SimplePrintable
public interface PrintableContent type checker. Checks if content type is printable content type (text like).- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPrintable(String contentType)Checks content type value
-
-
-
Method Detail
-
isPrintable
boolean isPrintable(String contentType)
Checks content type value- Parameters:
contentType- content type- Returns:
- true is content type is printable content type.
-
-