Interface PageContentTypeAnalyzer
- All Known Implementing Classes:
PageContentTypeAnalyzerImpl
public interface PageContentTypeAnalyzer
-
Method Summary
Modifier and TypeMethodDescriptionfindContentType
(Page page) Analyzes the meta-data for the page and identifies the correctContentType
(including encoding).
-
Method Details
-
findContentType
Analyzes the meta-data for the page and identifies the correctContentType
(including encoding).- Parameters:
page
- to be rendered- Returns:
- the content type
-