@Deprecated public final class LegacyValueBinding extends jakarta.faces.el.ValueBinding implements Externalizable
| Constructor and Description |
|---|
LegacyValueBinding()
Deprecated.
|
LegacyValueBinding(jakarta.el.ValueExpression ve)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionString()
Deprecated.
Return the (possibly
null) expression String, including the delimiters, from which this
ValueBinding was built. |
Class |
getType(jakarta.faces.context.FacesContext context)
Deprecated.
Return the type of the property represented by this
ValueBinding, relative to the specified
FacesContext. |
Object |
getValue(jakarta.faces.context.FacesContext context)
Deprecated.
Return the value of the property represented by this
ValueBinding, relative to the specified
FacesContext. |
boolean |
isReadOnly(jakarta.faces.context.FacesContext context)
Deprecated.
Return
true if the specified property of the specified property is known to be immutable; otherwise,
return false. |
void |
readExternal(ObjectInput in)
Deprecated.
|
void |
setValue(jakarta.faces.context.FacesContext context,
Object value)
Deprecated.
Set the value of the property represented by this
ValueBinding, relative to the specified
FacesContext. |
void |
writeExternal(ObjectOutput out)
Deprecated.
|
public LegacyValueBinding()
public LegacyValueBinding(jakarta.el.ValueExpression ve)
public Object getValue(jakarta.faces.context.FacesContext context) throws jakarta.faces.el.EvaluationException, jakarta.faces.el.PropertyNotFoundException
jakarta.faces.el.ValueBinding
Return the value of the property represented by this ValueBinding, relative to the specified
FacesContext.
getValue in class jakarta.faces.el.ValueBindingcontext - FacesContext for the current requestjakarta.faces.el.EvaluationException - if an exception is thrown while getting the value (the thrown exception must be included
as the cause property of this exception)jakarta.faces.el.PropertyNotFoundException - if a specified property name does not exist, or is not readablepublic void setValue(jakarta.faces.context.FacesContext context,
Object value)
throws jakarta.faces.el.EvaluationException,
jakarta.faces.el.PropertyNotFoundException
jakarta.faces.el.ValueBinding
Set the value of the property represented by this ValueBinding, relative to the specified
FacesContext.
setValue in class jakarta.faces.el.ValueBindingcontext - FacesContext for the current requestvalue - The new value to be setjakarta.faces.el.EvaluationException - if an exception is thrown while setting the value (the thrown exception must be included
as the cause property of this exception)jakarta.faces.el.PropertyNotFoundException - if a specified property name does not exist, or is not writeablepublic boolean isReadOnly(jakarta.faces.context.FacesContext context)
throws jakarta.faces.el.EvaluationException,
jakarta.faces.el.PropertyNotFoundException
jakarta.faces.el.ValueBinding
Return true if the specified property of the specified property is known to be immutable; otherwise,
return false.
isReadOnly in class jakarta.faces.el.ValueBindingcontext - FacesContext for the current requestjakarta.faces.el.EvaluationException - if an exception is thrown while getting the description of the property (the thrown
exception must be included as the cause property of this exception)jakarta.faces.el.PropertyNotFoundException - if a specified property name does not existpublic Class getType(jakarta.faces.context.FacesContext context) throws jakarta.faces.el.EvaluationException, jakarta.faces.el.PropertyNotFoundException
jakarta.faces.el.ValueBinding
Return the type of the property represented by this ValueBinding, relative to the specified
FacesContext.
getType in class jakarta.faces.el.ValueBindingcontext - FacesContext for the current requestjakarta.faces.el.EvaluationException - if an exception is thrown while getting the description of the property (the thrown
exception must be included as the cause property of this exception)jakarta.faces.el.PropertyNotFoundException - if a specified property name does not existpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic String getExpressionString()
jakarta.faces.el.ValueBinding
Return the (possibly null) expression String, including the delimiters, from which this
ValueBinding was built.
getExpressionString in class jakarta.faces.el.ValueBindingCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.