Uses of Class
com.sun.faces.el.ELUtils.Scope
-
Packages that use ELUtils.Scope Package Description com.sun.faces.el -
-
Uses of ELUtils.Scope in com.sun.faces.el
Methods in com.sun.faces.el that return ELUtils.Scope Modifier and Type Method Description static ELUtils.ScopeELUtils. getNarrowestScopeFromExpression(java.lang.String expression)static ELUtils.ScopeELUtils. getScope(java.lang.String scope)static ELUtils.ScopeELUtils. getScope(java.lang.String valueBinding, java.lang.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.static ELUtils.ScopeELUtils. getScopeForExpression(java.lang.String expression)static ELUtils.ScopeELUtils. getScopeForSingleExpression(java.lang.String value)static ELUtils.ScopeELUtils.Scope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ELUtils.Scope[]ELUtils.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.faces.el with parameters of type ELUtils.Scope Modifier and Type Method Description static booleanELUtils. hasValidLifespan(ELUtils.Scope expressionScope, ELUtils.Scope beanScope)
-