Class ValueBinding
java.lang.Object
org.eclnt.jsfserver.base.faces.el.ValueBinding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType
(FacesContext context) getValue
(FacesContext context) boolean
isReadOnly
(FacesContext context) void
setValue
(FacesContext context, Object valueToSet)
-
Constructor Details
-
ValueBinding
public ValueBinding()
-
-
Method Details
-
getExpressionString
-
getType
-
getValue
-
isReadOnly
public boolean isReadOnly(FacesContext context) throws EvaluationException, PropertyNotFoundException -
setValue
public void setValue(FacesContext context, Object valueToSet) throws EvaluationException, PropertyNotFoundException
-