Uses of Class
javax.el.ExpressionFactory

Packages that use ExpressionFactory
javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. 
javax.servlet.jsp Classes and interfaces for the Core JSP 2.1 API. 
 

Uses of ExpressionFactory in javax.el
 

Methods in javax.el that return ExpressionFactory
static ExpressionFactory ExpressionFactory.newInstance()
          Creates a new instance of a ExpressionFactory.
static ExpressionFactory ExpressionFactory.newInstance(java.util.Properties properties)
          Create a new instance of a ExpressionFactory, with optional properties.
 

Uses of ExpressionFactory in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return ExpressionFactory
 ExpressionFactory JspApplicationContext.getExpressionFactory()
          Returns a factory used to create ValueExpressions and MethodExpressions so that EL expressions can be parsed and evaluated.
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.