Returns the Java method name mapped to this EL function. @return the method name
()
| 260 | * @return the method name |
| 261 | */ |
| 262 | public String getMethodName() { |
| 263 | return methodName; |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * Sets the parameter type signatures for this function. |
no outgoing calls