Class Hierarchy All Classes All Fields and Methods

 

Class com.sun.faces.renderkit.html_basic.OutputLinkRenderer

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

public class OutputLinkRenderer
extends HtmlBasicRenderer

OutputLinkRenderer is a class ...

Lifetime And Scope

Field Index
Field Description
log  

Constructor Index
Constructor Description
OutputLinkRenderer()  

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)  

 

Fields

 

log

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

 

Constructors

 

OutputLinkRenderer

public OutputLinkRenderer() 

 

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