Uses of Class
javax.el.ExpressionFactory

Packages that use ExpressionFactory
com.sun.el   
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.0 API. 
org.apache.jasper.runtime   
 

Uses of ExpressionFactory in com.sun.el
 

Subclasses of ExpressionFactory in com.sun.el
 class ExpressionFactoryImpl
           
 

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(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.
 

Uses of ExpressionFactory in org.apache.jasper.runtime
 

Methods in org.apache.jasper.runtime that return ExpressionFactory
 ExpressionFactory JspApplicationContextImpl.getExpressionFactory()
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.