Package jakarta.faces.component
Interface ValueHolder
- 
- All Known Subinterfaces:
- EditableValueHolder
 - All Known Implementing Classes:
- HtmlBody,- HtmlDoctype,- HtmlHead,- HtmlInputFile,- HtmlInputHidden,- HtmlInputSecret,- HtmlInputText,- HtmlInputTextarea,- HtmlOutcomeTargetButton,- HtmlOutcomeTargetLink,- HtmlOutputFormat,- HtmlOutputLabel,- HtmlOutputLink,- HtmlOutputText,- HtmlSelectBooleanCheckbox,- HtmlSelectManyCheckbox,- HtmlSelectManyListbox,- HtmlSelectManyMenu,- HtmlSelectOneListbox,- HtmlSelectOneMenu,- HtmlSelectOneRadio,- UIInput,- UIOutcomeTarget,- UIOutput,- UISelectBoolean,- UISelectMany,- UISelectOne,- UIViewParameter
 
 public interface ValueHoldersee Javadoc of Faces Specification
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ConvertergetConverter()ObjectgetLocalValue()ObjectgetValue()voidsetConverter(Converter converter)voidsetValue(Object value)
 
-