| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.el | |
| javax.faces.application |
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
ApplicationImpl.createValueBinding(String ref)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
ExpressionLanguage.createValueBinding(String ref)
Deprecated.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
MethodBinding |
ApplicationWrapper.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
See superclass for alternative.
|
abstract MethodBinding |
Application.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
This has been replaced by calling
Application.getExpressionFactory() then
ExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[]). |
ValueBinding |
ApplicationWrapper.createValueBinding(String ref)
The default behavior of this method is to call |
abstract ValueBinding |
Application.createValueBinding(String ref)
Deprecated.
This has been replaced by calling
Application.getExpressionFactory() then
ExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>). |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.