public class ELInterpreterFactory
extends java.lang.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 java.lang.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 java.lang.String EL_INTERPRETER_CLASS_NAME
public static ELInterpreter getELInterpreter(ServletContext context) throws java.lang.Exception
java.lang.Exception
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.