|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
public static class UberspectImpl.VelSetterImpl
| Constructor Summary | |
|---|---|
UberspectImpl.VelSetterImpl(SetExecutor setExecutor)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMethodName()
returns the method name used to set this 'property' |
java.lang.Object |
invoke(java.lang.Object o,
java.lang.Object value)
Invoke the found Set Executor. |
boolean |
isCacheable()
specifies if this VelPropertySet is cacheable and able to be reused for this class of object it was returned for |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UberspectImpl.VelSetterImpl(SetExecutor setExecutor)
setExecutor - | Method Detail |
|---|
public java.lang.Object invoke(java.lang.Object o,
java.lang.Object value)
throws java.lang.Exception
invoke in interface VelPropertySeto - is the Object to invoke it on.value - in the Value to set.
java.lang.Exceptionpublic boolean isCacheable()
VelPropertySet
isCacheable in interface VelPropertySetVelPropertySet.isCacheable()public java.lang.String getMethodName()
VelPropertySet
getMethodName in interface VelPropertySetVelPropertySet.getMethodName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||