类 javax.el.ExpressionFactory
的使用

使用 ExpressionFactory 的软件包
com.sun.el   
javax.el Provides the API for the Unified Expression Language 2.2 used by the JSP 2.2 and JSF 2.0 technologies. 
javax.servlet.jsp Classes and interfaces for the Core JSP 2.1 API. 
org.apache.jasper.runtime   
 

com.sun.elExpressionFactory 的使用
 

com.sun.elExpressionFactory 的子类
 class ExpressionFactoryImpl
           
 

javax.elExpressionFactory 的使用
 

返回 ExpressionFactoryjavax.el 中的方法
static ExpressionFactory ExpressionFactory.newInstance()
          Creates a new instance of a ExpressionFactory.
static ExpressionFactory ExpressionFactory.newInstance(Properties properties)
          Create a new instance of a ExpressionFactory, with optional properties.
 

javax.servlet.jspExpressionFactory 的使用
 

返回 ExpressionFactoryjavax.servlet.jsp 中的方法
 ExpressionFactory JspApplicationContext.getExpressionFactory()
          Returns a factory used to create ValueExpressions and MethodExpressions so that EL expressions can be parsed and evaluated.
 

org.apache.jasper.runtimeExpressionFactory 的使用
 

返回 ExpressionFactoryorg.apache.jasper.runtime 中的方法
 ExpressionFactory JspApplicationContextImpl.getExpressionFactory()
           
 

参数类型为 ExpressionFactoryorg.apache.jasper.runtime 中的方法
 void JspApplicationContextImpl.setExpressionFactory(ExpressionFactory expressionFactory)
           
 



Copyright © 2013. All Rights Reserved.