Package org.apache.jasper.el
-
Class Summary Class Description ELContextImpl Implementation of ELContext.ELContextWrapper Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappersELResolverImpl Deprecated. ExpressionEvaluatorImpl Deprecated. ExpressionImpl Deprecated. FunctionMapperImpl Deprecated. JasperELResolver Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.JasperELResolver.GraalBeanELResolver Extend ELResolver for Graal to avoid bean info use if possible, as BeanELResolver needs manual reflection configuration.JspMethodExpression Wrapper around a MethodExpression that adds JSP-specific error tracking with marks.JspValueExpression Wrapper for providing context to ValueExpressions.VariableResolverImpl Deprecated. -
Exception Summary Exception Description JspELException Exception wrapper that adds a JSP-specific mark to an ELException for better error tracking.JspMethodNotFoundException Exception wrapper that adds a JSP-specific mark to a MethodNotFoundException for better error tracking.JspPropertyNotFoundException Exception thrown when a JSP property is not found.JspPropertyNotWritableException Exception thrown when a JSP property is not writable.