Interface ELInterpreter

All Known Implementing Classes:
ELInterpreterFactory.DefaultELInterpreter, ELInterpreterTagSetters

public interface ELInterpreter
Defines the interface for the expression language interpreter. This allows users to provide custom EL interpreter implementations that can optimise EL processing for an application by , for example, performing code generation for simple expressions.
  • Method Summary

    Modifier and Type
    Method
    Description
    interpreterCall(JspCompilationContext context, boolean isTagFile, String expression, Class<?> expectedType, String fnmapvar)
    Returns the string representing the code that will be inserted into the servlet generated for JSP.