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