Class ResponseRendererImpl
- java.lang.Object
 - 
- org.apache.tapestry5.internal.services.ResponseRendererImpl
 
 
- 
- All Implemented Interfaces:
 ResponseRenderer
public class ResponseRendererImpl extends Object implements ResponseRenderer
 
- 
- 
Constructor Summary
Constructors Constructor Description ResponseRendererImpl(RequestPageCache pageCache, PageContentTypeAnalyzer pageContentAnalyzer, PageResponseRenderer renderer) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentTypefindContentType(Object component)Finds the content type for the page containing the indicated component.voidrenderPageMarkupResponse(String pageName)Renders a markup response by rendering the named page. 
 - 
 
- 
- 
Constructor Detail
- 
ResponseRendererImpl
public ResponseRendererImpl(RequestPageCache pageCache, PageContentTypeAnalyzer pageContentAnalyzer, PageResponseRenderer renderer)
 
 - 
 
- 
Method Detail
- 
findContentType
public ContentType findContentType(Object component)
Description copied from interface:ResponseRendererFinds the content type for the page containing the indicated component.- Specified by:
 findContentTypein interfaceResponseRenderer- Parameters:
 component- a component within a page- Returns:
 - the content type
 
 
- 
renderPageMarkupResponse
public void renderPageMarkupResponse(String pageName) throws IOException
Description copied from interface:ResponseRendererRenders a markup response by rendering the named page.- Specified by:
 renderPageMarkupResponsein interfaceResponseRenderer- Parameters:
 pageName- logical name of page to provide the markup- Throws:
 IOException
 
 - 
 
 -