public class TextRenderer extends HtmlBasicInputRenderer
UIInput or UIOutput component as a input field or
static text.
HtmlBasicRenderer.Param
logger
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, setSubmittedValue
addGenericErrorMessage, augmentIdReference, convertClientId, decode, encodeEnd, encodeRecursive, getChildren, getCurrentValue, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, getRendersChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessary
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeBegin
in class javax.faces.render.Renderer
java.io.IOException
protected void getEndTextToRender(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String currentValue) throws java.io.IOException
HtmlBasicRenderer
getEndTextToRender
in class HtmlBasicRenderer
java.io.IOException
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.