Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
public class: ELFunctionMapper [javadoc | source]
java.lang.Object
   org.apache.jasper.compiler.ELFunctionMapper
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.
Nested Class Summary:
class  ELFunctionMapper.ELFunctionVisitor  A visitor for the page. The places where EL is allowed are scanned for functions, and if found functions mappers are created. 
Field Summary
 StringBuffer ds     
 StringBuffer ss     
Method from org.apache.jasper.compiler.ELFunctionMapper Summary:
map
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.ELFunctionMapper Detail:
 public static  void map(Compiler compiler,
    Node.Nodes page) throws JasperException 
    Creates the functions mappers for all EL expressions in the JSP page.