public class ELFunctionMapper extends Object
Constructor | Description |
---|---|
ELFunctionMapper() |
Modifier and Type | Method | Description |
---|---|---|
static void |
map(Compiler compiler,
org.apache.jasper.compiler.Node.Nodes page) |
Creates the functions mappers for all EL expressions in the JSP page.
|
public static void map(Compiler compiler, org.apache.jasper.compiler.Node.Nodes page) throws JasperException
compiler
- Current compiler, mainly for accessing error dispatcher.page
- The current compilation unit.JasperException
Copyright © 2019 Oracle. All rights reserved.