Class ELFunctionMapper

java.lang.Object
org.apache.jasper.compiler.ELFunctionMapper

public class ELFunctionMapper extends Object
This class generates functions mappers for the EL expressions in the page. Instead of a global mapper, a mapper is used for each call to EL evaluator, thus avoiding the prefix overlapping and redefinition issues.
Author:
Kin-man Chung