Class MathJaxRenderer


  • public class MathJaxRenderer
    extends javax.faces.render.Renderer
    • Constructor Detail

      • MathJaxRenderer

        public MathJaxRenderer()
    • Method Detail

      • encodeEnd

        public void encodeEnd​(javax.faces.context.FacesContext context,
                              javax.faces.component.UIComponent component)
                       throws IOException
        Overrides:
        encodeEnd in class javax.faces.render.Renderer
        Throws:
        IOException
      • encodeMarkup

        protected void encodeMarkup​(javax.faces.context.FacesContext context,
                                    MathJax mathjax)
                             throws IOException
        Throws:
        IOException
      • encodeScript

        protected void encodeScript​(javax.faces.context.FacesContext context,
                                    MathJax mathjax)
                             throws IOException
        Throws:
        IOException
      • encodeChildren

        public void encodeChildren​(javax.faces.context.FacesContext context,
                                   javax.faces.component.UIComponent component)
                            throws IOException
        Overrides:
        encodeChildren in class javax.faces.render.Renderer
        Throws:
        IOException
      • getRendersChildren

        public boolean getRendersChildren()
        Overrides:
        getRendersChildren in class javax.faces.render.Renderer