Class CAFMixedELValueBinding
java.lang.Object
javax.faces.el.ValueBinding
com.webmethods.caf.faces.application.CAFValueBinding
com.webmethods.caf.faces.application.CAFMixedELValueBinding
- All Implemented Interfaces:
Externalizable
,Serializable
,StateHolder
Deprecated.
- See Also:
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.faces.application.CAFValueBinding
RE_BINDING, shouldSuppressWarning, wrappedValueBinding
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.This should only be called when restoring stateCAFMixedELValueBinding
(Application application, List<Object> mixed) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getType
(FacesContext context) Deprecated.getValue
(FacesContext context) Deprecated.boolean
isReadOnly
(FacesContext context) Deprecated.boolean
Deprecated.void
Deprecated.void
restoreState
(FacesContext context, Object state) Deprecated.saveState
(FacesContext context) Deprecated.void
setTransient
(boolean newTransientValue) Deprecated.void
setValue
(FacesContext context, Object value) Deprecated.void
Deprecated.Methods inherited from class com.webmethods.caf.faces.application.CAFValueBinding
equals, getExpressionsForDisplay, getShouldSuppressWarning, setShouldSuppressWarning
-
Field Details
-
mixedTextAndBindings
Deprecated.
-
-
Constructor Details
-
CAFMixedELValueBinding
public CAFMixedELValueBinding()Deprecated.This should only be called when restoring state -
CAFMixedELValueBinding
Deprecated.
-
-
Method Details
-
getValue
Deprecated.- Overrides:
getValue
in classCAFValueBinding
-
setValue
public void setValue(FacesContext context, Object value) throws ELException, PropertyNotFoundException Deprecated.- Overrides:
setValue
in classCAFValueBinding
- Throws:
ELException
PropertyNotFoundException
-
isReadOnly
Deprecated.- Overrides:
isReadOnly
in classCAFValueBinding
- Throws:
ELException
PropertyNotFoundException
-
getType
Deprecated.- Overrides:
getType
in classCAFValueBinding
- Throws:
PropertyNotFoundException
-
getExpressionString
Deprecated.- Overrides:
getExpressionString
in classCAFValueBinding
-
saveState
Deprecated.- Specified by:
saveState
in interfaceStateHolder
- Overrides:
saveState
in classCAFValueBinding
-
restoreState
Deprecated.- Specified by:
restoreState
in interfaceStateHolder
- Overrides:
restoreState
in classCAFValueBinding
-
isTransient
public boolean isTransient()Deprecated.- Specified by:
isTransient
in interfaceStateHolder
- Overrides:
isTransient
in classCAFValueBinding
-
setTransient
public void setTransient(boolean newTransientValue) Deprecated.- Specified by:
setTransient
in interfaceStateHolder
- Overrides:
setTransient
in classCAFValueBinding
-
readExternal
Deprecated.- Specified by:
readExternal
in interfaceExternalizable
- Overrides:
readExternal
in classCAFValueBinding
- Throws:
IOException
ClassNotFoundException
-
writeExternal
Deprecated.- Specified by:
writeExternal
in interfaceExternalizable
- Overrides:
writeExternal
in classCAFValueBinding
- Throws:
IOException
-