类 org.apache.jasper.runtime.ProtectedFunctionMapper
的使用

使用 ProtectedFunctionMapper 的软件包
org.apache.jasper.runtime   
 

org.apache.jasper.runtimeProtectedFunctionMapper 的使用
 

返回 ProtectedFunctionMapperorg.apache.jasper.runtime 中的方法
static ProtectedFunctionMapper ProtectedFunctionMapper.getInstance()
          Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.
static ProtectedFunctionMapper ProtectedFunctionMapper.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.
 

参数类型为 ProtectedFunctionMapperorg.apache.jasper.runtime 中的方法
static Object PageContextImpl.evaluateExpression(String expression, Class expectedType, PageContext pageContext, ProtectedFunctionMapper functionMap)
          Evaluates an EL expression
static void JspRuntimeLibrary.handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, ProtectedFunctionMapper functionMapper)
          Use proprietaryEvaluate public static void handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, VariableResolver variableResolver, FunctionMapper functionMapper ) throws JasperException { try { Method method = getWriteMethod(bean.getClass(), prop); method.invoke(bean, new Object[] { pageContext.getExpressionEvaluator().evaluate( expression, method.getParameterTypes()[0], variableResolver, functionMapper, null ) }); } catch (Exception ex) { throw new JasperException(ex); } }
 



Copyright © 2013. All Rights Reserved.