类 javax.el.VariableMapper
的使用

使用 VariableMapper 的软件包
com.sun.el   
com.sun.el.lang   
javax.el Provides the API for the Unified Expression Language 2.2 used by the JSP 2.2 and JSF 2.0 technologies. 
org.apache.jasper.runtime   
 

com.sun.elVariableMapper 的使用
 

参数类型为 VariableMappercom.sun.el 中的构造方法
MethodExpressionImpl(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class expectedType, Class[] paramTypes)
           
ValueExpressionImpl(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class expectedType)
           
 

com.sun.el.langVariableMapper 的使用
 

com.sun.el.langVariableMapper 的子类
 class VariableMapperFactory
           
 class VariableMapperImpl
           
 

返回 VariableMappercom.sun.el.lang 中的方法
 VariableMapper VariableMapperFactory.create()
           
 VariableMapper EvaluationContext.getVariableMapper()
           
 

参数类型为 VariableMappercom.sun.el.lang 中的构造方法
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
           
VariableMapperFactory(VariableMapper target)
           
 

javax.elVariableMapper 的使用
 

返回 VariableMapperjavax.el 中的方法
abstract  VariableMapper ELContext.getVariableMapper()
          Retrieves the VariableMapper associated with this ELContext.
 

org.apache.jasper.runtimeVariableMapper 的使用
 

返回 VariableMapperorg.apache.jasper.runtime 中的方法
 VariableMapper ELContextImpl.getVariableMapper()
           
 

参数类型为 VariableMapperorg.apache.jasper.runtime 中的方法
 void ELContextImpl.setVariableMapper(VariableMapper varMapper)
           
 



Copyright © 2013. All Rights Reserved.