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