org.tinygroup.jspengine.el.lang
类 VariableMapperImpl
java.lang.Object
javax.el.VariableMapper
org.tinygroup.jspengine.el.lang.VariableMapperImpl
- 所有已实现的接口:
- Externalizable, Serializable
public class VariableMapperImpl
- extends javax.el.VariableMapper
- implements Externalizable
- 另请参见:
- 序列化表格
| 从类 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)
- 指定者:
- 类
javax.el.VariableMapper 中的 resolveVariable
setVariable
public javax.el.ValueExpression setVariable(String variable,
javax.el.ValueExpression expression)
- 指定者:
- 类
javax.el.VariableMapper 中的 setVariable
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 指定者:
- 接口
Externalizable 中的 readExternal
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 指定者:
- 接口
Externalizable 中的 writeExternal
- 抛出:
IOException
Copyright © 2006–2014 开源组织. All rights reserved.