|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseRenderer
Public facade around internal services related to rendering a markup response.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void renderPageMarkupResponse(java.lang.String pageName)
throws java.io.IOException
pageName - logical name of page to provide the markup
java.io.IOExceptionContentType findContentType(java.lang.Object component)
component - a component within a page
java.lang.IllegalArgumentException - if the component parameter is not a component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||