Uses of Interface
org.apache.jasper.compiler.ELInterpreter
-
Packages that use ELInterpreter Package Description org.apache.jasper.compiler org.apache.jasper.optimizations -
-
Uses of ELInterpreter in org.apache.jasper.compiler
Classes in org.apache.jasper.compiler that implement ELInterpreter Modifier and Type Class Description static classELInterpreterFactory.DefaultELInterpreterMethods in org.apache.jasper.compiler that return ELInterpreter Modifier and Type Method Description static ELInterpreterELInterpreterFactory. getELInterpreter(ServletContext context)Obtain the correct EL Interpreter for the given web application. -
Uses of ELInterpreter in org.apache.jasper.optimizations
Classes in org.apache.jasper.optimizations that implement ELInterpreter Modifier and Type Class Description classELInterpreterTagSettersA non-specification compliantELInterpreterthat optimizes a subset of setters for tag attributes.
-