public abstract class AbstractTextRenderer<T extends HtmlInputComponent>
extends com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer
| Constructor and Description |
|---|
AbstractTextRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeBeginInnerWrapper(T htmlComponent,
javax.faces.context.ResponseWriter writer) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(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 |
encodeEndContent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
HtmlInputComponent htmlComponent,
javax.faces.context.ResponseWriter writer,
boolean readonly) |
protected void |
encodeEndInnerWrapper(T htmlComponent,
javax.faces.context.ResponseWriter writer) |
protected boolean |
encodeReadonly() |
protected void |
encodeReadonly(T htmlComponent,
javax.faces.context.ResponseWriter writer) |
protected void |
encodeSuperEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Helper to call super end from sub classes without calling encodeEnd of this class.
|
protected void |
getEndTextToRender(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String currentValue)
Method copied from super class to add html features.
|
protected void |
renderHtmlFeatures(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
getConvertedValue, getNonOnChangeBehaviors, getNonOnClickSelectBehaviors, getValue, setSubmittedValueaugmentIdReference, convertClientId, decode, decodeBehaviors, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, getRendersChildren, isBehaviorSource, rendererParamsNotNull, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic 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 com.sun.faces.renderkit.html_basic.HtmlBasicRendererIOExceptionprotected void encodeEndContent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
HtmlInputComponent htmlComponent,
javax.faces.context.ResponseWriter writer,
boolean readonly)
throws IOException
IOExceptionprotected boolean encodeReadonly()
protected void encodeReadonly(T htmlComponent, javax.faces.context.ResponseWriter writer) throws IOException
IOExceptionprotected void encodeEndInnerWrapper(T htmlComponent, javax.faces.context.ResponseWriter writer) throws IOException
IOExceptionprotected void encodeBeginInnerWrapper(T htmlComponent, javax.faces.context.ResponseWriter writer) throws IOException
IOExceptionprotected void encodeEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionprotected void encodeSuperEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected void getEndTextToRender(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String currentValue)
throws IOException
getEndTextToRender in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class javax.faces.render.RendererIOExceptionprotected void renderHtmlFeatures(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.