Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.facelets.el | |
javax.faces.el |
Modifier and Type | Method and Description |
---|---|
Class<?> |
MethodBindingMethodExpressionAdapter.getType(FacesContext context) |
Object |
MethodBindingMethodExpressionAdapter.invoke(FacesContext context,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
Class |
LegacyMethodBinding.getType(FacesContext context)
Deprecated.
|
Object |
LegacyMethodBinding.invoke(FacesContext context,
Object[] params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Class |
MethodBinding.getType(FacesContext context)
Deprecated.
Return the Java class representing the return type from the
method identified by this method binding expression.
|
abstract Object |
MethodBinding.invoke(FacesContext context,
Object[] params)
Deprecated.
Return the return value (if any) resulting from a call to the
method identified by this method binding expression, passing it
the specified parameters, relative to the specified
FacesContext . |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.