Uses of Class
org.apache.jasper.runtime.ProtectedFunctionMapper
Packages that use ProtectedFunctionMapper
-
Uses of ProtectedFunctionMapper in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that return ProtectedFunctionMapperModifier and TypeMethodDescriptionstatic ProtectedFunctionMapperProtectedFunctionMapper.getInstance()Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.static ProtectedFunctionMapperProtectedFunctionMapper.getMapForFunction(String fnQName, Class<?> c, String methodName, 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 ProtectedFunctionMapperModifier and TypeMethodDescriptionstatic voidJspRuntimeLibrary.handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, ProtectedFunctionMapper functionMapper) static ObjectPageContextImpl.proprietaryEvaluate(String expression, Class<?> expectedType, PageContext pageContext, ProtectedFunctionMapper functionMap) Proprietary method to evaluate EL expressions.