| java.lang.Object org.apache.jasper.compiler.ELFunctionMapper
ELFunctionMapper | public class ELFunctionMapper (Code) | | This class generates functions mappers for the EL expressions in the page.
Instead of a global mapper, a mapper is used for ecah call to EL
evaluator, thus avoiding the prefix overlapping and redefinition
issues.
author: Kin-man Chung |
Method Summary | |
public static void | map(Compiler compiler, Node.Nodes page) Creates the functions mappers for all EL expressions in the JSP page. |
map | public static void map(Compiler compiler, Node.Nodes page) throws JasperException(Code) | | Creates the functions mappers for all EL expressions in the JSP page.
Parameters: compiler - Current compiler, mainly for accessing error dispatcher. Parameters: page - The current compilation unit. |
|
|