Package org.apache.el.lang
Class VariableMapperImpl
java.lang.Object
jakarta.el.VariableMapper
org.apache.el.lang.VariableMapperImpl
- All Implemented Interfaces:
- Externalizable,- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidresolveVariable(String variable) setVariable(String variable, ValueExpression expression) void
- 
Constructor Details- 
VariableMapperImplpublic VariableMapperImpl()
 
- 
- 
Method Details- 
resolveVariable- Specified by:
- resolveVariablein class- VariableMapper
 
- 
setVariable- Specified by:
- setVariablein class- VariableMapper
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 
-