Class Hierarchy All Classes All Fields and Methods

 

Class com.sun.faces.renderkit.html_basic.ImageRenderer

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

public class ImageRenderer
extends HtmlBasicRenderer

ImageRenderer is a class that handles the rendering of the graphic ImageTag

Field Index
Field Description
log  

Constructor Index
Constructor Description
ImageRenderer()  

Method Index
Method Description
void encodeBegin(FacesContext, UIComponent)  
void encodeChildren(FacesContext, UIComponent)  
void encodeEnd(FacesContext, UIComponent)  

 

Fields

 

log

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

 

Constructors

 

ImageRenderer

public ImageRenderer() 

 

Methods

 

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