Interface PortalRenderEngine


  • public interface PortalRenderEngine
    Repesents the API used by the protal to comunicate with the RenderEngine implimentation.
    Since:
    Sakai 2.4
    Version:
    $Rev$
    Author:
    ieb
    • Method Detail

      • newRenderContext

        PortalRenderContext newRenderContext​(HttpServletRequest request)
        generate a non thread safe render context for the current request/thread/operation
        Parameters:
        request -
        Returns:
      • render

        void render​(String template,
                    PortalRenderContext rcontext,
                    Writer out)
             throws Exception
        Render a PortalRenderContext against a template. The real template may be based on a skining name, out output will be send to the Writer
        Parameters:
        template -
        rcontext -
        out -
        Throws:
        Exception