| Package | Description |
|---|---|
| jakarta.el | |
| jakarta.servlet.jsp | |
| jakarta.servlet.jsp.el | |
| org.apache.el | |
| org.apache.el.lang | |
| org.apache.el.stream | |
| org.apache.jasper.el | |
| org.apache.jasper.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardELContext |
| Modifier and Type | Method and Description |
|---|---|
ELContext |
ELContextEvent.getELContext() |
ELContext |
ELManager.setELContext(ELContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationListener.afterEvaluation(ELContext context,
java.lang.String expression)
Fired after the evaluation of the expression.
|
void |
EvaluationListener.beforeEvaluation(ELContext context,
java.lang.String expression)
Fired before the evaluation of the expression.
|
abstract java.lang.Object |
TypeConverter.convertToType(ELContext context,
java.lang.Object obj,
java.lang.Class<?> type) |
java.lang.Object |
ELResolver.convertToType(ELContext context,
java.lang.Object obj,
java.lang.Class<?> type)
Converts the given object to the given type.
|
java.lang.Object |
CompositeELResolver.convertToType(ELContext context,
java.lang.Object obj,
java.lang.Class<?> type) |
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
Create a new method expression instance.
|
abstract ValueExpression |
ExpressionFactory.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType)
Create a new value expression.
|
java.lang.Class<?> |
TypeConverter.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
StaticFieldELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base)
Always returns
String.class. |
java.lang.Class<?> |
ResourceBundleELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
MapELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
ListELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
abstract java.lang.Class<?> |
ELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
CompositeELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
BeanNameELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
BeanELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
ArrayELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
TypeConverter.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
StaticFieldELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base)
Always returns
null. |
java.util.Iterator<java.beans.FeatureDescriptor> |
ResourceBundleELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
MapELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
ListELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
abstract java.util.Iterator<java.beans.FeatureDescriptor> |
ELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
CompositeELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
BeanNameELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
BeanELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
ArrayELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |
abstract java.lang.Class<?> |
ValueExpression.getType(ELContext context) |
java.lang.Class<?> |
TypeConverter.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
StaticFieldELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
ResourceBundleELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
MapELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
ListELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
abstract java.lang.Class<?> |
ELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
CompositeELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
BeanNameELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
BeanELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
ArrayELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
abstract java.lang.Object |
ValueExpression.getValue(ELContext context) |
java.lang.Object |
TypeConverter.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
StaticFieldELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
ResourceBundleELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
MapELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
ListELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
abstract java.lang.Object |
ELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
CompositeELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
BeanNameELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
BeanELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
ArrayELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
ValueReference |
ValueExpression.getValueReference(ELContext context) |
java.lang.Object |
LambdaExpression.invoke(ELContext context,
java.lang.Object... args) |
abstract java.lang.Object |
MethodExpression.invoke(ELContext context,
java.lang.Object[] params) |
java.lang.Object |
StaticFieldELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
java.lang.Object |
ELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params)
Invokes a method on the the given object.
|
java.lang.Object |
CompositeELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
java.lang.Object |
BeanELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
abstract boolean |
ValueExpression.isReadOnly(ELContext context) |
boolean |
TypeConverter.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
StaticFieldELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
ResourceBundleELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
MapELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
ListELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
abstract boolean |
ELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
CompositeELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
BeanNameELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
BeanELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
ArrayELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
EvaluationListener.propertyResolved(ELContext context,
java.lang.Object base,
java.lang.Object property)
Fired after a property has been resolved.
|
void |
LambdaExpression.setELContext(ELContext context) |
ELContext |
ELManager.setELContext(ELContext context) |
abstract void |
ValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
TypeConverter.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
StaticFieldELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
ResourceBundleELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
MapELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
ListELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
abstract void |
ELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
CompositeELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
BeanNameELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
BeanELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
ArrayELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
| Constructor and Description |
|---|
ELContextEvent(ELContext source) |
StandardELContext(ELContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract ELContext |
JspContext.getELContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.String> |
ScopedAttributeELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.lang.Class<java.lang.String> |
ImplicitObjectELResolver.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
ScopedAttributeELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
ImplicitObjectELResolver.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.lang.Class<java.lang.Object> |
ScopedAttributeELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Class<?> |
ImplicitObjectELResolver.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
ScopedAttributeELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
ImplicitObjectELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
ScopedAttributeELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
ImplicitObjectELResolver.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
ScopedAttributeELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
ImplicitObjectELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
ValueExpression |
ExpressionFactoryImpl.createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType) |
MethodInfo |
MethodExpressionLiteral.getMethodInfo(ELContext context) |
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
|
java.lang.Class<?> |
ValueExpressionLiteral.getType(ELContext context) |
java.lang.Class<?> |
ValueExpressionImpl.getType(ELContext context) |
java.lang.Object |
ValueExpressionLiteral.getValue(ELContext context) |
java.lang.Object |
ValueExpressionImpl.getValue(ELContext context) |
ValueReference |
ValueExpressionImpl.getValueReference(ELContext context) |
java.lang.Object |
MethodExpressionLiteral.invoke(ELContext context,
java.lang.Object[] params) |
java.lang.Object |
MethodExpressionImpl.invoke(ELContext context,
java.lang.Object[] params)
Evaluates the expression relative to the provided context, invokes the
method that was found using the supplied parameters, and returns the
result of the method invocation.
|
boolean |
ValueExpressionLiteral.isReadOnly(ELContext context) |
boolean |
ValueExpressionImpl.isReadOnly(ELContext context) |
void |
ValueExpressionLiteral.setValue(ELContext context,
java.lang.Object value) |
void |
ValueExpressionImpl.setValue(ELContext context,
java.lang.Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
EvaluationContext |
| Modifier and Type | Method and Description |
|---|---|
ELContext |
EvaluationContext.getELContext() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Boolean |
ELSupport.coerceToBoolean(ELContext ctx,
java.lang.Object obj,
boolean primitive)
Convert an object to Boolean.
|
static java.lang.Enum<?> |
ELSupport.coerceToEnum(ELContext ctx,
java.lang.Object obj,
java.lang.Class type) |
static java.lang.Number |
ELSupport.coerceToNumber(ELContext ctx,
java.lang.Object obj,
java.lang.Class<?> type) |
static java.lang.String |
ELSupport.coerceToString(ELContext ctx,
java.lang.Object obj)
Coerce an object to a string.
|
static java.lang.Object |
ELSupport.coerceToType(ELContext ctx,
java.lang.Object obj,
java.lang.Class<?> type) |
static int |
ELSupport.compare(ELContext ctx,
java.lang.Object obj0,
java.lang.Object obj1)
Compare two objects, after coercing to the same type if appropriate.
|
static boolean |
ELSupport.equals(ELContext ctx,
java.lang.Object obj0,
java.lang.Object obj1)
Compare two objects for equality, after coercing to the same type if appropriate.
|
| Constructor and Description |
|---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper) |
ExpressionBuilder(java.lang.String expression,
ELContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
StreamELResolverImpl.getCommonPropertyType(ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
StreamELResolverImpl.getFeatureDescriptors(ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
StreamELResolverImpl.getType(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
StreamELResolverImpl.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
StreamELResolverImpl.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
boolean |
StreamELResolverImpl.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
StreamELResolverImpl.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ELContextImpl
Implementation of ELContext
|
class |
ELContextWrapper
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
ELResolverImpl.getCommonPropertyType(ELContext context,
java.lang.Object base)
Deprecated.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
ELResolverImpl.getFeatureDescriptors(ELContext context,
java.lang.Object base)
Deprecated.
|
MethodInfo |
JspMethodExpression.getMethodInfo(ELContext context) |
java.lang.Class<?> |
JspValueExpression.getType(ELContext context) |
java.lang.Class<?> |
ELResolverImpl.getType(ELContext context,
java.lang.Object base,
java.lang.Object property)
Deprecated.
|
java.lang.Object |
JspValueExpression.getValue(ELContext context) |
java.lang.Object |
JasperELResolver.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
ELResolverImpl.getValue(ELContext context,
java.lang.Object base,
java.lang.Object property)
Deprecated.
|
java.lang.Object |
JspMethodExpression.invoke(ELContext context,
java.lang.Object[] params) |
java.lang.Object |
JasperELResolver.invoke(ELContext context,
java.lang.Object base,
java.lang.Object method,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] params) |
boolean |
JspValueExpression.isReadOnly(ELContext context) |
boolean |
ELResolverImpl.isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property)
Deprecated.
|
void |
JspValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
ELResolverImpl.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
Deprecated.
|
| Constructor and Description |
|---|
ELContextWrapper(ELContext target,
FunctionMapper fnMapper) |
VariableResolverImpl(ELContext ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ELContext |
PageContextImpl.getELContext() |
ELContext |
JspContextWrapper.getELContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JspApplicationContextImpl.fireListeners(ELContext elContext) |
Copyright © 2014–2021. All rights reserved.