public class TextRenderer extends AbstractTextRenderer<HtmlText>
| Constructor and Description |
|---|
TextRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
postEncodeInput(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderAdditionalInputAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
encodeBegin, encodeBegin, encodeBeginInnerWrapper, encodeChildren, encodeEnd, encodeEndContent, encodeEndInnerWrapper, encodeInnerEnd, encodeReadonly, encodeReadonly, encodeSuperEnd, getEndTextToRender, renderHtmlFeatures, renderTooltipIfNecessarygetConvertedValue, getNonOnChangeBehaviors, getNonOnClickSelectBehaviors, getValue, setSubmittedValueaugmentIdReference, convertClientId, decodeBehaviors, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, getRendersChildren, isBehaviorSource, rendererParamsNotNull, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessaryprotected void encodeEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
encodeEnd in class AbstractTextRenderer<HtmlText>IOExceptionpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererprotected void postEncodeInput(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
postEncodeInput in class AbstractTextRenderer<HtmlText>IOExceptionprotected void renderAdditionalInputAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
renderAdditionalInputAttributes in class AbstractTextRenderer<HtmlText>IOExceptionCopyright © 2015. All rights reserved.