Uses of Class
jakarta.el.ELException
Packages that use ELException
Package
Description
Provides the API for Jakarta Expression Language 6.0
-
Uses of ELException in jakarta.el
Subclasses of ELException in jakarta.elModifier and TypeClassDescriptionclassThrown when a method could not be found while evaluating aMethodExpression.classThrown when a property could not be found while evaluating aValueExpressionorMethodExpression.classThrown when a property could not be written to while setting the value on aValueExpression.Methods in jakarta.el that throw ELExceptionModifier and TypeMethodDescriptionvoidELManager.importClass(String className) Import a class.voidImportHandler.importClass(String name) Import a class.voidELManager.importStatic(String staticMemberName) Import a static field or method.voidImportHandler.importStatic(String name) Import a static field or method.Invoke the encapsulated Lambda expression. -
Uses of ELException in jakarta.faces.application
Methods in jakarta.faces.application that throw ELExceptionModifier and TypeMethodDescription<T> TApplication.evaluateExpressionGet(FacesContext context, String expression, Class<? extends T> expectedType) Get a value by evaluating an expression.<T> TApplicationWrapper.evaluateExpressionGet(FacesContext context, String expression, Class<? extends T> expectedType) The default behavior of this method is to callApplication.evaluateExpressionGet(jakarta.faces.context.FacesContext, String, Class)on the wrappedApplicationobject. -
Uses of ELException in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that throw ELExceptionModifier and TypeMethodDescriptionvoidDelegatingMetaTagHandler.applyNextHandler(FaceletContext ctx, UIComponent c) Invoke theapply()method on this instance'sTagHandler.nextHandler.