org.apache.commons.jexl.util.introspection
public interface VelMethod
Since: 1.0
Version: $Id: VelMethod.java 398513 2006-05-01 03:42:52Z dion $
Method Summary | |
---|---|
String | getMethodName()
Gets the method name used. |
Class | getReturnType()
returns the return type of the method invoked. |
Object | invoke(Object o, Object[] params)
invocation method - called when the method invocation should be performed
and a value returned. |
boolean | isCacheable()
specifies if this VelMethod is cacheable and able to be reused for this
class of object it was returned for.
|
Returns: method name
Returns: return type
Parameters: o the object params method parameters.
Returns: the result
Throws: Exception on any error.
Returns: true if can be reused for this class, false if not