public static class ELInterpreterFactory.DefaultELInterpreter extends java.lang.Object implements ELInterpreter
| Constructor and Description | 
|---|
| ELInterpreterFactory.DefaultELInterpreter() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | interpreterCall(JspCompilationContext context,
boolean isTagFile,
java.lang.String expression,
java.lang.Class<?> expectedType,
java.lang.String fnmapvar,
boolean xmlEscape)Returns the string representing the code that will be inserted into the
servlet generated for JSP. | 
public ELInterpreterFactory.DefaultELInterpreter()
public java.lang.String interpreterCall(JspCompilationContext context, boolean isTagFile, java.lang.String expression, java.lang.Class<?> expectedType, java.lang.String fnmapvar, boolean xmlEscape)
ELInterpreterPageContextImpl.proprietaryEvaluate(
String, Class, javax.servlet.jsp.PageContext,
org.apache.jasper.runtime.ProtectedFunctionMapper, boolean) but other
implementations may produce more optimised code.interpreterCall in interface ELInterpreterexpression - a String containing zero or more "${}" expressionsexpectedType - the expected type of the interpreted resultfnmapvar - Variable pointing to a function map.xmlEscape - True if the result should do XML escapingCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.