public abstract class HtmlBasicInputRenderer extends HtmlBasicRenderer
HtmlBasicRenderer.Param
logger
Constructor and Description |
---|
HtmlBasicInputRenderer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue) |
protected java.lang.Object |
getValue(javax.faces.component.UIComponent component) |
void |
setSubmittedValue(javax.faces.component.UIComponent component,
java.lang.Object value)
Renderers override this method to store the previous value
of the associated component.
|
addGenericErrorMessage, augmentIdReference, convertClientId, decode, encodeEnd, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, getRendersChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessary
public java.lang.Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue
in class javax.faces.render.Renderer
javax.faces.convert.ConverterException
public void setSubmittedValue(javax.faces.component.UIComponent component, java.lang.Object value)
HtmlBasicRenderer
setSubmittedValue
in class HtmlBasicRenderer
protected java.lang.Object getValue(javax.faces.component.UIComponent component)
getValue
in class HtmlBasicRenderer
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.