Interface ResponseRenderer

All Known Implementing Classes:
ResponseRendererImpl

public interface ResponseRenderer
Public facade around internal services related to rendering a markup response.
  • Method Summary

    Modifier and Type
    Method
    Description
    Finds the content type for the page containing the indicated component.
    void
    Renders a markup response by rendering the named page.
  • Method Details