|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ValueExpression s and
MethodExpression s 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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |