Package org.apache.el.lang
Class VariableMapperImpl
- java.lang.Object
-
- javax.el.VariableMapper
-
- org.apache.el.lang.VariableMapperImpl
-
- All Implemented Interfaces:
Externalizable
,Serializable
public class VariableMapperImpl extends VariableMapper implements Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readExternal(ObjectInput in)
ValueExpression
resolveVariable(String variable)
ValueExpression
setVariable(String variable, ValueExpression expression)
void
writeExternal(ObjectOutput out)
-
-
-
Method Detail
-
resolveVariable
public ValueExpression resolveVariable(String variable)
- Specified by:
resolveVariable
in classVariableMapper
-
setVariable
public ValueExpression setVariable(String variable, ValueExpression expression)
- Specified by:
setVariable
in classVariableMapper
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
-