Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.renderkit.html_extended.ScriptCollectorRenderer

java.lang.Object
        javax.faces.render.Renderer
                com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
                        com.ibm.faces.renderkit.html_extended.ScriptCollectorRenderer

public class ScriptCollectorRenderer
extends HtmlBasicRenderer

Renderer for UIScriptCollector component, that outputs JavaScripts provided by other components.

Tags:
Components: UIScriptCollector

Constructor Index
Constructor Description
ScriptCollectorRenderer()  

Method Index
Method Description
void decode(FacesContext, UIComponent) Decodes the current state of the specified UIComponent from the request contained in the specified FacesContext.
void encodeBegin(FacesContext, UIComponent) Renders the beginning of the component.
void encodeChildren(FacesContext, UIComponent) Renders component's children.
void encodeEnd(FacesContext, UIComponent) Renders the ending of the component.

 

Constructors

 

ScriptCollectorRenderer

public ScriptCollectorRenderer() 

 

Methods

 

decode

public void decode(FacesContext context,
                   UIComponent component) 

Decodes the current state of the specified UIComponent from the request contained in the specified FacesContext.

 

encodeBegin

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

Renders the beginning of the component.

 

encodeChildren

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

Renders component's children.

Doesn't need to do anything.

 

encodeEnd

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

Renders the ending of the component.

Class Hierarchy All Classes All Fields and Methods