|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.el
Class LegacyValueBinding

java.lang.Objectjavax.faces.el.ValueBinding
com.sun.facelets.el.LegacyValueBinding
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public final class LegacyValueBinding
- extends javax.faces.el.ValueBinding
- implements java.io.Externalizable
- extends javax.faces.el.ValueBinding
- Version:
- $Id: LegacyValueBinding.java,v 1.5 2005/08/24 04:38:57 jhook Exp $
| Field Summary | |
private ValueExpression |
delegate
Deprecated. |
private static long |
serialVersionUID
Deprecated. |
| Fields inherited from class javax.faces.el.ValueBinding |
|
| Constructor Summary | |
LegacyValueBinding()
Deprecated. |
|
LegacyValueBinding(ValueExpression ve)
Deprecated. |
|
| Method Summary | |
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. This method restores an object's state by reading in the instance data for the object from the passed in stream. |
void |
setValue(javax.faces.context.FacesContext context,
java.lang.Object value)
Deprecated. |
void |
writeExternal(java.io.ObjectOutput out)
Deprecated. This method is responsible for writing the instance data of an object to the passed in stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- Deprecated.
- See Also:
- Constant Field Values
delegate
private ValueExpression delegate
- Deprecated.
| Constructor Detail |
LegacyValueBinding
public LegacyValueBinding()
- Deprecated.
LegacyValueBinding
public LegacyValueBinding(ValueExpression ve)
- Deprecated.
| Method Detail |
getValue
public java.lang.Object getValue(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
- Deprecated.
setValue
public void setValue(javax.faces.context.FacesContext context, java.lang.Object value) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
- Deprecated.
isReadOnly
public boolean isReadOnly(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
- Deprecated.
getType
public java.lang.Class getType(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
- Deprecated.
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Deprecated.
- Description copied from interface:
java.io.Externalizable- This method restores an object's state by reading in the instance data for the object from the passed in stream. Note that this stream is not a subclass of
InputStream, but rather is a class that implements theObjectInputinterface. That interface provides a mechanism for reading in Java data types from a stream.Note that this method must be compatible with
writeExternal. It must read back the exact same types that were written by that method in the exact order they were written.If this method needs to read back an object instance, then the class for that object must be found and loaded. If that operation fails, then this method throws a
ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable
- Description copied from interface:
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Deprecated.
- Description copied from interface:
java.io.Externalizable- This method is responsible for writing the instance data of an object to the passed in stream. Note that this stream is not a subclass of
OutputStream, but rather is a class that implements theObjectOutputinterface. That interface provides a number of methods for writing Java data values to a stream.Not that the implementation of this method must be coordinated with the implementation of
readExternal.- Specified by:
writeExternalin interfacejava.io.Externalizable
- Description copied from interface:
getExpressionString
public java.lang.String getExpressionString()
- Deprecated.
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC