Uses of Class
jakarta.faces.el.ReferenceSyntaxException
Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.application.applicationimpl | |
com.sun.faces.el | |
jakarta.faces.application |
-
Uses of ReferenceSyntaxException in com.sun.faces.application
Methods in com.sun.faces.application that throw ReferenceSyntaxException Modifier and Type Method Description ValueBinding
ApplicationImpl. createValueBinding(String ref)
Deprecated. -
Uses of ReferenceSyntaxException in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that throw ReferenceSyntaxException Modifier and Type Method Description ValueBinding
ExpressionLanguage. createValueBinding(String ref)
Deprecated. -
Uses of ReferenceSyntaxException in com.sun.faces.el
Methods in com.sun.faces.el that throw ReferenceSyntaxException Modifier and Type Method Description static List<String>
ELUtils. getExpressionsFromString(String expressionString)
static ELUtils.Scope
ELUtils. getNarrowestScopeFromExpression(String expression)
static ELUtils.Scope
ELUtils. getScope(String valueBinding, String[] outString)
This method is used by the ManagedBeanFactory to ensure that properties set by an expression point to an object with an accepted lifespan. -
Uses of ReferenceSyntaxException in jakarta.faces.application
Methods in jakarta.faces.application that throw ReferenceSyntaxException Modifier and Type Method Description abstract MethodBinding
Application. createMethodBinding(String ref, Class<?>[] params)
Deprecated.This has been replaced by callingApplication.getExpressionFactory()
thenExpressionFactory.createMethodExpression(jakarta.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[])
.MethodBinding
ApplicationWrapper. createMethodBinding(String ref, Class<?>[] params)
Deprecated.See superclass for alternative.abstract ValueBinding
Application. createValueBinding(String ref)
Deprecated.This has been replaced by callingApplication.getExpressionFactory()
thenExpressionFactory.createValueExpression(jakarta.el.ELContext, java.lang.String, java.lang.Class<?>)
.ValueBinding
ApplicationWrapper. createValueBinding(String ref)
The default behavior of this method is to callApplication.createValueBinding(String)
on the wrappedApplication
object.