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 com.sun.faces.application
Methods in com.sun.faces.application that throw ELExceptionModifier and TypeMethodDescription<T> T
ApplicationImpl.evaluateExpressionGet
(FacesContext context, String expression, Class<? extends T> expectedType) -
Uses of ELException in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that throw ELExceptionModifier and TypeMethodDescription<T> T
ExpressionLanguage.evaluateExpressionGet
(FacesContext context, String expression, Class<? extends T> expectedType) -
Uses of ELException in com.sun.faces.el
Methods in com.sun.faces.el that throw ELExceptionModifier and TypeMethodDescriptionClass
<?> Class
<?> Class
<?> Class
<?> boolean
ChainTypeCompositeELResolver.isReadOnly
(ELContext context, Object base, Object property) boolean
DemuxCompositeELResolver.isReadOnly
(ELContext context, Object base, Object property) boolean
FacesResourceBundleELResolver.isReadOnly
(ELContext context, Object base, Object property) boolean
ScopedAttributeELResolver.isReadOnly
(ELContext context, Object base, Object property) void
void
void
void
-
Uses of ELException in com.sun.faces.facelets
Methods in com.sun.faces.facelets that throw ELExceptionModifier and TypeMethodDescriptionabstract boolean
FaceletContextImplBase.includeDefinition
(UIComponent parent, String name) This method will walk through the TemplateClient stack to resolve and apply the definition for the passed name. -
Uses of ELException in com.sun.faces.facelets.el
Methods in com.sun.faces.facelets.el that throw ELExceptionModifier and TypeMethodDescriptionstatic ELText
ELText.parse
(ExpressionFactory fact, ELContext ctx, String in) static ELText
ELText.parse
(ExpressionFactory fact, ELContext ctx, String in, String alias) Factory method for creating a validated ELText instance.static ELText
Factory method for creating an unvalidated ELText instance.static ELText
Evaluates the ELText to a Stringvoid
Allow this instance to write to the passed Writer, given the ELContext statevoid
ELText.writeText
(ResponseWriter out, ELContext ctx) -
Uses of ELException in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces that throw ELExceptionModifier and TypeMethodDescriptionvoid
CompositeComponentTagHandler.applyNextHandler
(FaceletContext ctx, UIComponent c) -
Uses of ELException in com.sun.faces.facelets.tag.faces.core
Methods in com.sun.faces.facelets.tag.faces.core that throw ELExceptionModifier and TypeMethodDescriptionprotected Converter
ConvertDateTimeHandler.createConverter
(FaceletContext ctx) Returns a new DateTimeConverterprotected Converter
ConvertDelegateHandler.createConverter
(FaceletContext ctx) Uses the specified "converterId" to pull an instance from the Applicationprotected Converter
ConvertNumberHandler.createConverter
(FaceletContext ctx) Returns a new NumberConverter -
Uses of ELException in com.sun.faces.facelets.tag.jstl.core
Methods in com.sun.faces.facelets.tag.jstl.core that throw ELException -
Uses of ELException in jakarta.el
Subclasses of ELException in jakarta.elModifier and TypeClassDescriptionclass
Thrown when a method could not be found while evaluating aMethodExpression
.class
Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.class
Thrown when a property could not be written to while setting the value on aValueExpression
.Methods in jakarta.el that throw ELExceptionModifier and TypeMethodDescriptionvoid
ELManager.importClass
(String className) Import a class.void
ImportHandler.importClass
(String name) Import a class.void
ELManager.importStatic
(String staticMemberName) Import a static field or method.void
ImportHandler.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> T
Application.evaluateExpressionGet
(FacesContext context, String expression, Class<? extends T> expectedType) Get a value by evaluating an expression.<T> T
ApplicationWrapper.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 wrappedApplication
object. -
Uses of ELException in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that throw ELExceptionModifier and TypeMethodDescriptionvoid
DelegatingMetaTagHandler.applyNextHandler
(FaceletContext ctx, UIComponent c) Invoke theapply()
method on this instance'sTagHandler.nextHandler
.