public class TextRenderer extends HtmlBasicInputRenderer
UIInput or UIOutput component as a input field or
static text.HtmlBasicRenderer.Paramlogger| Constructor and Description |
|---|
TextRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
getEndTextToRender(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String currentValue)
Renderers override this method to write appropriate HTML content into
the buffer.
|
getConvertedValue, getValue, setSubmittedValueaddGenericErrorMessage, augmentIdReference, convertClientId, decode, encodeEnd, encodeRecursive, getChildren, getCurrentValue, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, getRendersChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeBegin in class javax.faces.render.Rendererjava.io.IOExceptionprotected void getEndTextToRender(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String currentValue)
throws java.io.IOException
HtmlBasicRenderergetEndTextToRender in class HtmlBasicRendererjava.io.IOExceptionCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.