|
||||||||||
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(Object component)
Finds the content type for the page containing the indicated component. |
void |
renderPageMarkupResponse(String pageName)
Renders a markup response by rendering the named page. |
Method Detail |
---|
void renderPageMarkupResponse(String pageName) throws IOException
pageName
- logical name of page to provide the markup
IOException
ContentType findContentType(Object component)
component
- a component within a page
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 |