com.sun.faces.facelets.el
public final class LegacyValueBinding extends javax.faces.el.ValueBinding implements java.io.Externalizable
Modifier and Type | Field and Description |
---|---|
private javax.el.ValueExpression |
delegate
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
LegacyValueBinding()
Deprecated.
|
LegacyValueBinding(javax.el.ValueExpression ve)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpressionString()
Deprecated.
|
java.lang.Class |
getType(javax.faces.context.FacesContext context)
Deprecated.
|
java.lang.Object |
getValue(javax.faces.context.FacesContext context)
Deprecated.
|
boolean |
isReadOnly(javax.faces.context.FacesContext context)
Deprecated.
|
void |
readExternal(java.io.ObjectInput in)
Deprecated.
|
void |
setValue(javax.faces.context.FacesContext context,
java.lang.Object value)
Deprecated.
|
void |
writeExternal(java.io.ObjectOutput out)
Deprecated.
|
private static final long serialVersionUID
private javax.el.ValueExpression delegate
public LegacyValueBinding()
public LegacyValueBinding(javax.el.ValueExpression ve)
public java.lang.Object getValue(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
getValue
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public void setValue(javax.faces.context.FacesContext context, java.lang.Object value) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
setValue
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public boolean isReadOnly(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
isReadOnly
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public java.lang.Class getType(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
getType
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public java.lang.String getExpressionString()
getExpressionString
in class javax.faces.el.ValueBinding
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.