org.zkoss.zel.impl.lang
Class VariableMapperImpl
java.lang.Object
org.zkoss.zel.VariableMapper
org.zkoss.zel.impl.lang.VariableMapperImpl
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class VariableMapperImpl
- extends VariableMapper
- implements java.io.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 ValueExpression resolveVariable(java.lang.String variable)
- Specified by:
resolveVariable
in class VariableMapper
setVariable
public ValueExpression setVariable(java.lang.String variable,
ValueExpression expression)
- Specified by:
setVariable
in class VariableMapper
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.