Interface FragmentRenderer

All Known Implementing Classes:
SimpleFragmentRenderer

public interface FragmentRenderer
  • Method Summary

    Modifier and Type
    Method
    Description
    renderError(org.gatein.pc.api.invocation.response.ErrorResponse error)
     
    renderPortlet(org.gatein.pc.api.invocation.response.ContentResponse fragment)
     
  • Method Details

    • renderPortlet

      String renderPortlet(org.gatein.pc.api.invocation.response.ContentResponse fragment)
    • renderError

      String renderError(org.gatein.pc.api.invocation.response.ErrorResponse error)