Package com.spun.util.velocity
Class TestableUberspect.VelSetterImpl
java.lang.Object
com.spun.util.velocity.TestableUberspect.VelSetterImpl
- All Implemented Interfaces:
org.apache.velocity.util.introspection.VelPropertySet
- Enclosing class:
- TestableUberspect
public static class TestableUberspect.VelSetterImpl extends Object implements org.apache.velocity.util.introspection.VelPropertySet
-
Constructor Summary
Constructors Constructor Description VelSetterImpl(org.apache.velocity.util.introspection.VelMethod velmethod)VelSetterImpl(org.apache.velocity.util.introspection.VelMethod velmethod, String key) -
Method Summary
Modifier and Type Method Description StringgetMethodName()Objectinvoke(Object o, Object value)booleanisCacheable()
-
Constructor Details
-
VelSetterImpl
public VelSetterImpl(org.apache.velocity.util.introspection.VelMethod velmethod) -
VelSetterImpl
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceorg.apache.velocity.util.introspection.VelPropertySet- Throws:
Exception
-
isCacheable
public boolean isCacheable()- Specified by:
isCacheablein interfaceorg.apache.velocity.util.introspection.VelPropertySet
-
getMethodName
- Specified by:
getMethodNamein interfaceorg.apache.velocity.util.introspection.VelPropertySet
-