public class HtmlSimpleLayoutRenderer
extends javax.faces.render.Renderer
This Layout is suited to rendering single components, or for rendering components whose layout
relies entirely on CSS. This implementation recognizes the following <f:facet>
names:
after| Constructor and Description |
|---|
HtmlSimpleLayoutRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionCopyright © 2015. All Rights Reserved.