public class ELInterpreterFactory
extends java.lang.Object
ELInterpreter
instances for JSP compilation.
The search order is as follows:
Modifier and Type | Class | Description |
---|---|---|
static class |
ELInterpreterFactory.DefaultELInterpreter |
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
EL_INTERPRETER_CLASS_NAME |
Modifier and Type | Method | Description |
---|---|---|
static ELInterpreter |
getELInterpreter(ServletContext context) |
Obtain the correct EL Interpreter for the given web application.
|
public static final java.lang.String EL_INTERPRETER_CLASS_NAME
public static ELInterpreter getELInterpreter(ServletContext context) throws java.lang.Exception
context
- The Servlet contextjava.lang.Exception
- If an error occurs creating the interpreterCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.