| org.theospi.jsf.renderer.TestComponentRenderer
TestComponentRenderer | public class TestComponentRenderer extends Renderer (Code) | | Created by IntelliJ IDEA.
User: John Ellis
Date: Dec 28, 2005
Time: 11:51:38 AM
To change this template use File | Settings | File Templates.
|
Method Summary | |
public void | decode(FacesContext context, UIComponent component) | public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeChildren(FacesContext context, UIComponent component) | public void | encodeEnd(FacesContext context, UIComponent component) | public boolean | getRendersChildren() |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | |
getRendersChildren | public boolean getRendersChildren()(Code) | | |
|
|