| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.facelets.el | |
| javax.faces.application | |
| javax.faces.component |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodBindingMethodExpressionAdapter
Wrap a MethodExpression instance and expose it as a MethodBinding
|
| Modifier and Type | Method and Description |
|---|---|
MethodBinding |
ApplicationImpl.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
|
MethodBinding |
MethodExpressionMethodBindingAdapter.getWrapped() |
| Constructor and Description |
|---|
MethodExpressionMethodBindingAdapter(MethodBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
MethodBinding |
ExpressionLanguage.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyMethodBinding
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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<?>[]). |
MethodBinding |
ApplicationWrapper.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
See superclass for alternative.
|
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.