java.lang.Object | |||
↳ | javax.el.Expression | ||
↳ | javax.el.MethodExpression | ||
↳ | org.apache.myfaces.tobago.component.MethodBindingToMethodExpression |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
No-arg constructor used during restoreState
| |||||||||||
Creates a new instance of MethodBindingToMethodExpression
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the wrapped MethodBinding.
| |||||||||||
Note: MethodInfo.getParamTypes() may incorrectly return an empty class array if invoke() has not been called.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
No-arg constructor used during restoreState
Creates a new instance of MethodBindingToMethodExpression
methodBinding | The MethodBinding to wrap. |
---|
Return the wrapped MethodBinding.
Note: MethodInfo.getParamTypes() may incorrectly return an empty class array if invoke() has not been called.
IllegalStateException | if expected params types have not been determined. |
---|---|
ELException |