com.sun.el.lang
Class VariableMapperImpl
java.lang.Object
VariableMapper
com.sun.el.lang.VariableMapperImpl
- All Implemented Interfaces:
- Externalizable, Serializable
public class VariableMapperImpl
- extends VariableMapper
- implements Externalizable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableMapperImpl
public VariableMapperImpl()
resolveVariable
public ValueExpression resolveVariable(String variable)
setVariable
public ValueExpression setVariable(String variable,
ValueExpression expression)
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 © 1995-2011 Mort Bay Consulting. All Rights Reserved.