Apache Tomcat 7.0.37

org.apache.jasper.compiler
Class ELInterpreterFactory

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

public class ELInterpreterFactory
extends Object

Provides ELInterpreterFactory.DefaultELInterpreter 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


Nested Class Summary
static class ELInterpreterFactory.DefaultELInterpreter
           
 
Field Summary
static String EL_INTERPRETER_CLASS_NAME
           
 
Method Summary
static ELInterpreter getELInterpreter(ServletContext context)
          Obtain the correct EL Interpreter for the given web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EL_INTERPRETER_CLASS_NAME

public static final String EL_INTERPRETER_CLASS_NAME
Method Detail

getELInterpreter

public static ELInterpreter getELInterpreter(ServletContext context)
                                      throws Exception
Obtain the correct EL Interpreter for the given web application.

Throws:
Exception

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.