public class ELFunctionMapper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
ELFunctionMapper.ELFunctionVisitor
A visitor for the page.
|
Modifier and Type | Field and Description |
---|---|
private int |
currFunc |
(package private) java.lang.StringBuilder |
ds |
(package private) java.lang.StringBuilder |
ss |
Constructor and Description |
---|
ELFunctionMapper() |
Modifier and Type | Method and Description |
---|---|
static void |
map(Compiler compiler,
Node.Nodes page)
Creates the functions mappers for all EL expressions in the JSP page.
|
private int currFunc
java.lang.StringBuilder ds
java.lang.StringBuilder ss
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