Class CAFValueBinding
java.lang.Object
javax.faces.el.ValueBinding
com.webmethods.caf.faces.application.CAFValueBinding
- All Implemented Interfaces:
Externalizable
,Serializable
,StateHolder
- Direct Known Subclasses:
CAFMixedELValueBinding
@Deprecated
public class CAFValueBinding
extends ValueBinding
implements StateHolder, Externalizable
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Pattern
Deprecated.protected boolean
Deprecated.protected ValueBinding
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.This should only be called when restoring stateCAFValueBinding
(Application application, ValueBinding wrappedValueBinding) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.protected String
Deprecated.Gets just the binding expression bits for display in error message.Deprecated.boolean
Deprecated.getType
(FacesContext context) Deprecated.getValue
(FacesContext context) Deprecated.boolean
isReadOnly
(FacesContext arg0) Deprecated.boolean
Deprecated.void
Deprecated.void
restoreState
(FacesContext context, Object state) Deprecated.saveState
(FacesContext context) Deprecated.void
setShouldSuppressWarning
(boolean shouldSuppressWarning) Deprecated.void
setTransient
(boolean newTransientValue) Deprecated.void
setValue
(FacesContext arg0, Object arg1) Deprecated.void
Deprecated.
-
Field Details
-
RE_BINDING
Deprecated. -
shouldSuppressWarning
protected boolean shouldSuppressWarningDeprecated. -
wrappedValueBinding
Deprecated.
-
-
Constructor Details
-
CAFValueBinding
public CAFValueBinding()Deprecated.This should only be called when restoring state -
CAFValueBinding
Deprecated.
-
-
Method Details
-
getValue
Deprecated.- Specified by:
getValue
in classValueBinding
-
setValue
Deprecated.- Specified by:
setValue
in classValueBinding
- Throws:
ELException
PropertyNotFoundException
-
isReadOnly
Deprecated.- Specified by:
isReadOnly
in classValueBinding
- Throws:
ELException
PropertyNotFoundException
-
getType
Deprecated.- Specified by:
getType
in classValueBinding
- Throws:
PropertyNotFoundException
-
getExpressionString
Deprecated.- Overrides:
getExpressionString
in classValueBinding
-
getShouldSuppressWarning
public boolean getShouldSuppressWarning()Deprecated. -
setShouldSuppressWarning
public void setShouldSuppressWarning(boolean shouldSuppressWarning) Deprecated. -
equals
Deprecated. -
saveState
Deprecated.- Specified by:
saveState
in interfaceStateHolder
-
restoreState
Deprecated.- Specified by:
restoreState
in interfaceStateHolder
-
isTransient
public boolean isTransient()Deprecated.- Specified by:
isTransient
in interfaceStateHolder
-
setTransient
public void setTransient(boolean newTransientValue) Deprecated.- Specified by:
setTransient
in interfaceStateHolder
-
readExternal
Deprecated.- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
Deprecated.- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
getExpressionsForDisplay
Deprecated.Gets just the binding expression bits for display in error message. If the expression string is really long, we don't want to display the whole dang thing.
-
CAFValueExpression
instead