org.apache.velocity.util.introspection
public interface VelPropertySet
Version: $Id: VelPropertySet.java,v 1.1.4.1 2004/03/03 23:23:08 geirm Exp $
Method Summary | |
---|---|
String | getMethodName()
returns the method name used to set this 'property' |
Object | invoke(Object o, Object arg)
method used to set the value in the object
|
boolean | isCacheable()
specifies if this VelPropertySet is cacheable and able to be
reused for this class of object it was returned for
|
Parameters: o Object on which the method will be called with the arg arg value to be set
Returns: the value returned from the set operation (impl specific)
Returns: true if can be reused for this class, false if not