|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VelPropertySet
Interface used for setting values that appear to be properties in Velocity. Ex. #set($foo.bar = "hello")
| 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 |
| Method Detail |
|---|
Object invoke(Object o,
Object arg)
throws Exception
o - Object on which the method will be called with the argarg - value to be set
Exceptionboolean isCacheable()
String getMethodName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||