com.sun.faces.renderkit.html_basic

Class TextRenderer

    • Field Detail

      • INPUT_ATTRIBUTES

        private static final Attribute[] INPUT_ATTRIBUTES
      • OUTPUT_ATTRIBUTES

        private static final Attribute[] OUTPUT_ATTRIBUTES
    • Constructor Detail

      • TextRenderer

        public TextRenderer()
    • Method Detail

      • encodeBegin

        public void encodeBegin(javax.faces.context.FacesContext context,
                       javax.faces.component.UIComponent component)
                         throws java.io.IOException
        Overrides:
        encodeBegin in class javax.faces.render.Renderer
        Throws:
        java.io.IOException
      • getEndTextToRender

        protected void getEndTextToRender(javax.faces.context.FacesContext context,
                              javax.faces.component.UIComponent component,
                              java.lang.String currentValue)
                                   throws java.io.IOException
        Description copied from class: HtmlBasicRenderer
        Renderers override this method to write appropriate HTML content into the buffer.
        Overrides:
        getEndTextToRender in class HtmlBasicRenderer
        Parameters:
        context - the FacesContext for the current request
        component - the UIComponent of interest
        currentValue - component's current value
        Throws:
        java.io.IOException - if an error occurs rendering the text
      • encodeChildren

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

Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.