Package org.apache.jasper.compiler
Class ELInterpreterFactory
- java.lang.Object
- 
- org.apache.jasper.compiler.ELInterpreterFactory
 
- 
 public class ELInterpreterFactory extends java.lang.ObjectProvidesELInterpreterinstances for JSP compilation. The search order is as follows:- ELInterpreter instance or implementation class name provided as a ServletContext attribute
- Implementation class named in a ServletContext initialisation parameter
- Default implementation
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classELInterpreterFactory.DefaultELInterpreter
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringEL_INTERPRETER_CLASS_NAME
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ELInterpretergetELInterpreter(ServletContext context)Obtain the correct EL Interpreter for the given web application.
 
- 
- 
- 
Method Detail- 
getELInterpreterpublic static ELInterpreter getELInterpreter(ServletContext context) throws java.lang.Exception Obtain the correct EL Interpreter for the given web application.- Parameters:
- context- The Servlet context
- Returns:
- the EL interpreter
- Throws:
- java.lang.Exception- If an error occurs creating the interpreter
 
 
- 
 
-