Interface ResponseRenderer

    • Method Detail

      • renderPageMarkupResponse

        void renderPageMarkupResponse​(java.lang.String pageName)
                               throws java.io.IOException
        Renders a markup response by rendering the named page.
        Parameters:
        pageName - logical name of page to provide the markup
        Throws:
        java.io.IOException
      • findContentType

        ContentType findContentType​(java.lang.Object component)
        Finds the content type for the page containing the indicated component.
        Parameters:
        component - a component within a page
        Returns:
        the content type
        Throws:
        java.lang.IllegalArgumentException - if the component parameter is not a component