org.apache.velocity.util.introspection
public interface VelPropertyGet
Version: $Id: VelPropertyGet.java,v 1.1.4.1 2004/03/03 23:23:08 geirm Exp $
| Method Summary | |
|---|---|
| String | getMethodName()
returns the method name used to return this 'property' |
| Object | invoke(Object o)
invocation method - called when the 'get action' should be
preformed and a value returned |
| boolean | isCacheable()
specifies if this VelPropertyGet is cacheable and able to be
reused for this class of object it was returned for
|
Returns: true if can be reused for this class, false if not