com.sun.el.lang
Class VariableMapperImpl
java.lang.Object
javax.el.VariableMapper
com.sun.el.lang.VariableMapperImpl
- All Implemented Interfaces:
- Externalizable, Serializable
public class VariableMapperImpl
- extends javax.el.VariableMapper
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableMapperImpl
public VariableMapperImpl()
resolveVariable
public javax.el.ValueExpression resolveVariable(String variable)
- Specified by:
resolveVariable
in class javax.el.VariableMapper
setVariable
public javax.el.ValueExpression setVariable(String variable,
javax.el.ValueExpression expression)
- Specified by:
setVariable
in class javax.el.VariableMapper
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
Copyright © 2013. All Rights Reserved.