org.apache.tapestry5.internal.services
Interface PageContentTypeAnalyzer

All Known Implementing Classes:
PageContentTypeAnalyzerImpl

public interface PageContentTypeAnalyzer


Method Summary
 ContentType findContentType(Page page)
          Analyzes the meta-data for the page and identifies the correct ContentType (including encoding).
 

Method Detail

findContentType

ContentType findContentType(Page page)
Analyzes the meta-data for the page and identifies the correct ContentType (including encoding).

Parameters:
page - to be rendered
Returns:
the content type


Copyright © 2003-2012 The Apache Software Foundation.