public interface ResponseRenderer
| Modifier and Type | Method and Description |
|---|---|
ContentType |
findContentType(java.lang.Object component)
Finds the content type for the page containing the indicated component.
|
void |
renderPageMarkupResponse(java.lang.String pageName)
Renders a markup response by rendering the named page.
|
void renderPageMarkupResponse(java.lang.String pageName) throws java.io.IOException
pageName - logical name of page to provide the markupjava.io.IOExceptionContentType findContentType(java.lang.Object component)
component - a component within a pagejava.lang.IllegalArgumentException - if the component parameter is not a component${project.version} - Copyright © 2003-2015 The Apache Software Foundation.