Uses of Package
jakarta.el
-
Packages that use jakarta.el Package Description com.sun.el jakarta.el Provides the API for Jakarta Expression Language 5.0jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.servlet.jsp jakarta.servlet.jsp.el jakarta.servlet.jsp.jstl.core Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.org.glassfish.expressly org.glassfish.expressly.lang org.glassfish.expressly.parser org.glassfish.expressly.stream org.glassfish.expressly.util org.hibernate.validator.internal.engine.messageinterpolation Helper classes for message interpolation.org.hibernate.validator.internal.engine.messageinterpolation.el Helper classes for setting up the Expression Language context for message interpolation.org.hibernate.validator.messageinterpolation Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation. -
Classes in jakarta.el used by com.sun.el Class Description ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions. -
Classes in jakarta.el used by jakarta.el Class Description BeanNameResolver Resolves a bean by its known name.ELContext Context information for expression parsing and evaluation.ELContextEvent An event which indicates that anELContexthas been created.ELException Represents any of the exception conditions that can arise during expression evaluation.ELManager Manages Jakarta Expression Language parsing and evaluation environment.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.EvaluationListener The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.Expression Base class for the expression subclassesValueExpressionandMethodExpression, implementing characteristics common to both.ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions.FunctionMapper The interface to a map between Jakarta Expression Language function names and methods.ImportHandler Handles imports of class names and package names.MethodExpression AnExpressionthat refers to a method on an object.MethodInfo Holds information about a method that aMethodExpressionevaluated to.MethodReference Provides information about the method to which a method expression resolves.PropertyNotWritableException Thrown when a property could not be written to while setting the value on aValueExpression.StandardELContext A standard ELContext suitable for use in a stand alone environment.ValueExpression AnExpressionthat can get or set a value.ValueReference This encapsulates a base model object and one of its properties.VariableMapper The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with. -
Classes in jakarta.el used by jakarta.enterprise.inject.spi Class Description ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions. -
Classes in jakarta.el used by jakarta.servlet.jsp Class Description ELContext Context information for expression parsing and evaluation.ELContextListener The listener interface for receiving notification when anELContextis created.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions. -
Classes in jakarta.el used by jakarta.servlet.jsp.el Class Description ELContext Context information for expression parsing and evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation. -
Classes in jakarta.el used by jakarta.servlet.jsp.jstl.core Class Description ELContext Context information for expression parsing and evaluation.Expression Base class for the expression subclassesValueExpressionandMethodExpression, implementing characteristics common to both.ValueExpression AnExpressionthat can get or set a value. -
Classes in jakarta.el used by org.glassfish.expressly Class Description ELContext Context information for expression parsing and evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.Expression Base class for the expression subclassesValueExpressionandMethodExpression, implementing characteristics common to both.ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions.FunctionMapper The interface to a map between Jakarta Expression Language function names and methods.MethodExpression AnExpressionthat refers to a method on an object.MethodInfo Holds information about a method that aMethodExpressionevaluated to.MethodNotFoundException Thrown when a method could not be found while evaluating aMethodExpression.MethodReference Provides information about the method to which a method expression resolves.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpressionorMethodExpression.PropertyNotWritableException Thrown when a property could not be written to while setting the value on aValueExpression.ValueExpression AnExpressionthat can get or set a value.ValueReference This encapsulates a base model object and one of its properties.VariableMapper The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with. -
Classes in jakarta.el used by org.glassfish.expressly.lang Class Description ELContext Context information for expression parsing and evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.EvaluationListener The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.FunctionMapper The interface to a map between Jakarta Expression Language function names and methods.ImportHandler Handles imports of class names and package names.LambdaExpression Encapsulates a parameterizedValueExpression.MethodExpression AnExpressionthat refers to a method on an object.ValueExpression AnExpressionthat can get or set a value.VariableMapper The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with. -
Classes in jakarta.el used by org.glassfish.expressly.parser Class Description ELException Represents any of the exception conditions that can arise during expression evaluation.MethodInfo Holds information about a method that aMethodExpressionevaluated to.MethodReference Provides information about the method to which a method expression resolves.ValueReference This encapsulates a base model object and one of its properties. -
Classes in jakarta.el used by org.glassfish.expressly.stream Class Description ELContext Context information for expression parsing and evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.LambdaExpression Encapsulates a parameterizedValueExpression. -
Classes in jakarta.el used by org.glassfish.expressly.util Class Description ELContext Context information for expression parsing and evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpressionorMethodExpression. -
Classes in jakarta.el used by org.hibernate.validator.internal.engine.messageinterpolation Class Description ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions. -
Classes in jakarta.el used by org.hibernate.validator.internal.engine.messageinterpolation.el Class Description BeanELResolver Defines property resolution behavior on objects using the JavaBeans component architecture.ELContext Context information for expression parsing and evaluation.ELException Represents any of the exception conditions that can arise during expression evaluation.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions.StandardELContext A standard ELContext suitable for use in a stand alone environment. -
Classes in jakarta.el used by org.hibernate.validator.messageinterpolation Class Description ExpressionFactory Provides an implementation for creating and evaluating Jakarta Expression Language expressions.