|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jasper.compiler.ELFunctionMapper
public class 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.
Constructor Summary | |
---|---|
ELFunctionMapper()
|
Method Summary | |
---|---|
static void |
map(Compiler compiler,
Node.Nodes page)
Creates the functions mappers for all EL expressions in the JSP page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ELFunctionMapper()
Method Detail |
---|
public static void map(Compiler compiler, Node.Nodes page) throws JasperException
compiler
- Current compiler, mainly for accessing error dispatcher.page
- The current compilation unit.
JasperException
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |