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 ValueBindingApplicationImpl. 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 ValueBindingExpressionLanguage. 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.ScopeELUtils. getNarrowestScopeFromExpression(String expression)static ELUtils.ScopeELUtils. 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 MethodBindingApplication. 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<?>[]).MethodBindingApplicationWrapper. createMethodBinding(String ref, Class<?>[] params)Deprecated.See superclass for alternative.abstract ValueBindingApplication. createValueBinding(String ref)Deprecated.This has been replaced by callingApplication.getExpressionFactory()thenExpressionFactory.createValueExpression(jakarta.el.ELContext, java.lang.String, java.lang.Class<?>).ValueBindingApplicationWrapper. createValueBinding(String ref)The default behavior of this method is to callApplication.createValueBinding(String)on the wrappedApplicationobject.