public class PrettyPrintRenderer extends HtmlBasicRenderer
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_CLASS |
static String |
ATTRIBUTE_STYLE |
static String |
ELEMENT_PRE |
ATTRIBUTE_ID, ATTRIBUTE_PLACEHOLDER, ELEMENT_DIV, ELEMENT_SECTION, ELEMENT_SPAN| Constructor and Description |
|---|
PrettyPrintRenderer() |
| 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) |
createComponentEventFunction, decode, decodeBehaviors, encodeChildren, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, isBehaviorSource, renderBooleanValue, renderEventValue, renderStringValue, renderStringValue, setSubmittedValue, shouldRenderAttribute, shouldWriteIdAttribute, writeIdAttribute, writeIdAttributeIfNecessarypublic static final String ELEMENT_PRE
public static final String ATTRIBUTE_STYLE
public static final String ATTRIBUTE_CLASS
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 HtmlBasicRendererIOExceptionCopyright © 2018. All rights reserved.