org.apache.jasper.compiler
Class ELFunctionMapper

java.lang.Object
  extended byorg.apache.jasper.compiler.ELFunctionMapper

public class ELFunctionMapper
extends java.lang.Object

This class generates a mapper for an EL expression Instead of a global mapper, a mapper is used for ecah call to EL evaluator, thus avoiding the prefix overlapping and redefinition issues.


Constructor Summary
ELFunctionMapper()
           
 
Method Summary
static void map(Compiler compiler, Node.Nodes page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELFunctionMapper

public ELFunctionMapper()
Method Detail

map

public static void map(Compiler compiler,
                       Node.Nodes page)
                throws JasperException
Throws:
JasperException


Copyright © 2000 Apache Software Foundation. All Rights Reserved.