Package org.apache.jasper.compiler
Class ELFunctionMapper
- java.lang.Object
- 
- org.apache.jasper.compiler.ELFunctionMapper
 
- 
 public class ELFunctionMapper extends java.lang.ObjectThis 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
 
- 
- 
Constructor SummaryConstructors Constructor Description ELFunctionMapper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmap(org.apache.jasper.compiler.Node.Nodes page)Creates the functions mappers for all EL expressions in the JSP page.
 
- 
- 
- 
Method Detail- 
mappublic static void map(org.apache.jasper.compiler.Node.Nodes page) throws JasperExceptionCreates the functions mappers for all EL expressions in the JSP page.- Parameters:
- page- The current compilation unit.
- Throws:
- JasperException- EL error
 
 
- 
 
-