| javax.faces.component._MethodBindingToMethodExpression
_MethodBindingToMethodExpression | class _MethodBindingToMethodExpression extends MethodExpression implements StateHolder(Code) | | Converts a MethodBinding to a MethodExpression
TODO: find a way to share the implementation of class with impl.
author: Stan Silvert |
_MethodBindingToMethodExpression | protected _MethodBindingToMethodExpression()(Code) | | No-arg constructor used during restoreState
|
_MethodBindingToMethodExpression | public _MethodBindingToMethodExpression(MethodBinding methodBinding)(Code) | | Creates a new instance of MethodBindingToMethodExpression
|
getExpressionString | public String getExpressionString()(Code) | | |
getMethodBinding | public MethodBinding getMethodBinding()(Code) | | Return the wrapped MethodBinding.
|
getMethodInfo | public MethodInfo getMethodInfo(ELContext context) throws PropertyNotFoundException, MethodNotFoundException, ELException(Code) | | Note: MethodInfo.getParamTypes() may incorrectly return an empty class array if invoke() has not been called.
throws: IllegalStateException - if expected params types have not been determined. |
hashCode | public int hashCode()(Code) | | |
invoke | public Object invoke(ELContext context, Object[] params) throws PropertyNotFoundException, MethodNotFoundException, ELException(Code) | | |
isLiteralText | public boolean isLiteralText()(Code) | | |
isTransient | public boolean isTransient()(Code) | | |
setTransient | public void setTransient(boolean transientFlag)(Code) | | |
|
|