Package | Description |
---|---|
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.el |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
MethodBindingMethodExpressionAdapter.getType(FacesContext context) |
java.lang.Object |
MethodBindingMethodExpressionAdapter.invoke(FacesContext context,
java.lang.Object[] params) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Class |
MethodBinding.getType(FacesContext context)
Deprecated.
Return the Java class representing the return type from the
method identified by this method binding expression.
|
abstract java.lang.Object |
MethodBinding.invoke(FacesContext context,
java.lang.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 . |