Interface CMSComponentRenderer<T extends AbstractCMSComponentModel>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void renderComponent​(javax.servlet.jsp.PageContext pageContext, T component)
      Render a CMS Component into the page at the current location.
    • Method Detail

      • renderComponent

        void renderComponent​(javax.servlet.jsp.PageContext pageContext,
                             T component)
                      throws javax.servlet.ServletException,
                             java.io.IOException
        Render a CMS Component into the page at the current location.
        Parameters:
        pageContext - The page context to render into
        component - The component to render
        Throws:
        javax.servlet.ServletException
        java.io.IOException