org.apache.jasper.compiler
类 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 ecah call to EL evaluator, thus avoiding the prefix overlapping and redefinition issues.

作者:
Kin-man Chung

构造方法摘要
ELFunctionMapper()
           
 
方法摘要
static void map(Compiler compiler, Node.Nodes page)
          Creates the functions mappers for all EL expressions in the JSP page.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ELFunctionMapper

public ELFunctionMapper()
方法详细信息

map

public static void map(Compiler compiler,
                       Node.Nodes page)
                throws JasperException
Creates the functions mappers for all EL expressions in the JSP page.

参数:
compiler - Current compiler, mainly for accessing error dispatcher.
page - The current compilation unit.
抛出:
JasperException


Copyright © 2013. All Rights Reserved.