Class Hierarchy All Classes All Fields and Methods

 

Class com.sun.faces.renderkit.html_basic.FormRenderer

java.lang.Object
        javax.faces.render.Renderer
                com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
                        com.sun.faces.renderkit.html_basic.FormRenderer

public class FormRenderer
extends HtmlBasicRenderer

FormRenderer is a class that renders a UIForm as a Form.

Field Index
Field Description
log  

Constructor Index
Constructor Description
FormRenderer()  

Method Index
Method Description
void addNeededHiddenField(FacesContext, String) Remember that we will need a new hidden field.
void addRenderedHiddenField(FacesContext, String) Note that a hidden field has already been rendered.
void decode(FacesContext, UIComponent)  
void encodeBegin(FacesContext, UIComponent)  
void encodeChildren(FacesContext, UIComponent)  
void encodeEnd(FacesContext, UIComponent)  

 

Fields

 

log

protected static org.apache.commons.logging.Log log

 

Constructors

 

FormRenderer

public FormRenderer() 

 

Methods

 

addNeededHiddenField

public static void addNeededHiddenField(FacesContext context,
                                        String clientId) 

Remember that we will need a new hidden field.

 

addRenderedHiddenField

public static void addRenderedHiddenField(FacesContext context,
                                          String clientId) 

Note that a hidden field has already been rendered.

 

decode

public void decode(FacesContext context,
                   UIComponent component) 

 

encodeBegin

public void encodeBegin(FacesContext context,
                        UIComponent component) throws IOException

 

encodeChildren

public void encodeChildren(FacesContext context,
                           UIComponent component) 

 

encodeEnd

public void encodeEnd(FacesContext context,
                      UIComponent component) throws IOException

Class Hierarchy All Classes All Fields and Methods