Skip navigation links
com.sun.faces.renderkit.html_basic

Class FormRenderer

    • Field Detail

      • ATTRIBUTES

        private static final Attribute[] ATTRIBUTES
      • namespaceParameters

        protected transient boolean namespaceParameters
        Flag determining whether or not javax.faces.ViewState should be namespaced.
      • writeStateAtEnd

        private boolean writeStateAtEnd
    • Constructor Detail

      • FormRenderer

        public FormRenderer()
    • Method Detail

      • decode

        public void decode(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
        Overrides:
        decode in class HtmlBasicRenderer
      • 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
      • encodeEnd

        public void encodeEnd(javax.faces.context.FacesContext context,
                              javax.faces.component.UIComponent component)
                       throws java.io.IOException
        Overrides:
        encodeEnd in class HtmlBasicRenderer
        Throws:
        java.io.IOException
      • getActionStr

        private static java.lang.String getActionStr(javax.faces.context.FacesContext context)
        Parameters:
        context - FacesContext for the response we are creating
        Returns:
        Return the value to be rendered as the action attribute of the form generated for this component.

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