Package | Description |
---|---|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.3 API.
|
org.apache.jasper.runtime |
Modifier and Type | Method and Description |
---|---|
abstract ExpressionEvaluator |
JspContext.getExpressionEvaluator()
Deprecated.
As of JSP 2.1, replaced by
JspApplicationContext.getExpressionFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluatorImpl
This is the implementation of ExpreesioEvaluator
using implementation of JSP2.1.
|
Modifier and Type | Method and Description |
---|---|
ExpressionEvaluator |
JspContextWrapper.getExpressionEvaluator() |
ExpressionEvaluator |
PageContextImpl.getExpressionEvaluator()
Provides programmatic access to the ExpressionEvaluator.
|
Copyright © 2022. All rights reserved.