Interface PageResponseRenderer
- 
- All Known Implementing Classes:
 PageResponseRendererImpl
public interface PageResponseRenderer
Service responsible for writing a full page markup response. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrenderPageResponse(Page page) 
 - 
 
- 
- 
Method Detail
- 
renderPageResponse
void renderPageResponse(Page page) throws IOException
- Throws:
 IOException
 
 - 
 
 -