Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.renderkit.html_extended.LinkExRenderer

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

public class LinkExRenderer
extends HtmlBasicRenderer

Constructor Index
Constructor Description
LinkExRenderer()  

Method Index
Method Description
void decode(FacesContext, UIComponent)  
void encodeBegin(FacesContext, UIComponent)  
void encodeChildren(FacesContext, UIComponent)  
void encodeEnd(FacesContext, UIComponent)  
boolean getRendersChildren()  
Object getValue(UIComponent)  

 

Constructors

 

LinkExRenderer

public LinkExRenderer() 

 

Methods

 

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) throws IOException

 

encodeEnd

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

 

getRendersChildren

public boolean getRendersChildren() 

 

getValue

protected Object getValue(UIComponent component) 

Class Hierarchy All Classes All Fields and Methods