Class ELInterpreterFactory

java.lang.Object
org.apache.jasper.compiler.ELInterpreterFactory

public class ELInterpreterFactory extends Object
Provides ELInterpreter instances for JSP compilation. The search order is as follows:
  1. ELInterpreter instance or implementation class name provided as a ServletContext attribute
  2. Implementation class named in a ServletContext initialisation parameter
  3. Default implementation