| 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 |
PageContextImpl.getExpressionEvaluator()
Provides programmatic access to the ExpressionEvaluator.
|
ExpressionEvaluator |
JspContextWrapper.getExpressionEvaluator() |
Copyright © 2024. All rights reserved.