public abstract class DecodingInputRendererBase<T extends javax.faces.component.UIComponent> extends RendererBase<T>
| Constructor and Description |
|---|
DecodingInputRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeInternal(javax.faces.context.FacesContext facesContext,
T component) |
protected abstract boolean |
isOutputOnly(T component) |
protected void |
setSubmittedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.EditableValueHolder component,
String newValue) |
decode, decodeClientBehaviors, encodeBegin, encodeBeginInternal, encodeBehavior, encodeBehavior, encodeChildren, encodeChildrenInternal, encodeEnd, encodeEndInternal, encodeReload, getBehaviorCommands, getConvertedValue, getConvertedValueInternal, getConverter, getCurrentValue, getFormattedValue, getResponseWriter, insideBegin, insideBegin, insideEnd, insideEnd, isInside, isInside, renderFocus, renderSelectItems, renderSelectItems, renderSelectItemspublic void decodeInternal(javax.faces.context.FacesContext facesContext,
T component)
decodeInternal in class RendererBase<T extends javax.faces.component.UIComponent>protected abstract boolean isOutputOnly(T component)
protected void setSubmittedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.EditableValueHolder component,
String newValue)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.