Interface FragmentRenderer

All Known Implementing Classes:
SimpleFragmentRenderer

public interface FragmentRenderer
Version:
$Revision: 9748 $
Author:
Chris Laprun
  • 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)