Class ELInterpreterFactory


  • public class ELInterpreterFactory
    extends java.lang.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
    • Field Detail

      • EL_INTERPRETER_CLASS_NAME

        public static final java.lang.String EL_INTERPRETER_CLASS_NAME
    • Method Detail

      • getELInterpreter

        public 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