Class WebappUberspector.SetAttributeExecutor
java.lang.Object
org.apache.velocity.runtime.parser.node.SetExecutor
org.apache.velocity.tools.view.WebappUberspector.SetAttributeExecutor
- Enclosing class:
WebappUberspector
public class WebappUberspector.SetAttributeExecutor
extends org.apache.velocity.runtime.parser.node.SetExecutor
Executor for setAttribute(name,value) method
- Version:
- $Id: WebappUberspector.java $
- Author:
- Claude Brisson
-
Field Summary
Fields inherited from class org.apache.velocity.runtime.parser.node.SetExecutor
log -
Constructor Summary
ConstructorsConstructorDescriptionSetAttributeExecutor(org.slf4j.Logger log, org.apache.velocity.util.introspection.Introspector introspector, Class clazz, Object arg, String property) -
Method Summary
Methods inherited from class org.apache.velocity.runtime.parser.node.SetExecutor
getMethod, isAlive, setMethod
-
Constructor Details
-
SetAttributeExecutor
-
-
Method Details
-
discover
-
execute
public Object execute(Object o, Object value) throws IllegalAccessException, InvocationTargetException - Specified by:
executein classorg.apache.velocity.runtime.parser.node.SetExecutor- Parameters:
o- target objectvalue- value to set- Throws:
IllegalAccessException- if thrown by underlying codeInvocationTargetException- if thrown by underlying code- See Also:
-