Package com.webmethods.caf.faces.el
Class StaticValueBinding
java.lang.Object
javax.faces.el.ValueBinding
com.webmethods.caf.faces.el.StaticValueBinding
Deprecated.
Mock ValueBinding directly bound to a specific value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Class<?>
getType
(FacesContext context) Deprecated.getValue
(FacesContext context) Deprecated.boolean
isReadOnly
(FacesContext context) Deprecated.void
setValue
(FacesContext context, Object value) Deprecated.
-
Constructor Details
-
StaticValueBinding
Deprecated.
-
-
Method Details
-
getExpressionString
Deprecated.- Overrides:
getExpressionString
in classValueBinding
-
getType
Deprecated.- Specified by:
getType
in classValueBinding
- Throws:
ELException
PropertyNotFoundException
-
getValue
Deprecated.- Specified by:
getValue
in classValueBinding
- Throws:
ELException
PropertyNotFoundException
-
isReadOnly
Deprecated.- Specified by:
isReadOnly
in classValueBinding
- Throws:
ELException
PropertyNotFoundException
-
setValue
public void setValue(FacesContext context, Object value) throws ELException, PropertyNotFoundException Deprecated.- Specified by:
setValue
in classValueBinding
- Throws:
ELException
PropertyNotFoundException
-
StaticValueExpression
instead