Uses of Class
org.apache.jasper.runtime.ProtectedFunctionMapper
-
Packages that use ProtectedFunctionMapper Package Description org.apache.jasper.runtime -
-
Uses of ProtectedFunctionMapper in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that return ProtectedFunctionMapper Modifier and Type Method Description static ProtectedFunctionMapperProtectedFunctionMapper. getInstance()Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.static ProtectedFunctionMapperProtectedFunctionMapper. getMapForFunction(java.lang.String fnQName, java.lang.Class<?> c, java.lang.String methodName, java.lang.Class<?>[] args)Creates an instance for this class, and stores the Method for the given EL function prefix and name.Methods in org.apache.jasper.runtime with parameters of type ProtectedFunctionMapper Modifier and Type Method Description static voidJspRuntimeLibrary. handleSetPropertyExpression(java.lang.Object bean, java.lang.String prop, java.lang.String expression, PageContext pageContext, ProtectedFunctionMapper functionMapper)static java.lang.ObjectPageContextImpl. proprietaryEvaluate(java.lang.String expression, java.lang.Class<?> expectedType, PageContext pageContext, ProtectedFunctionMapper functionMap)Proprietary method to evaluate EL expressions.
-