Package org.apache.velocity.tools.view
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.SetExecutorExecutor for setAttribute(name,value) method
-
-
Constructor Summary
Constructors Constructor Description SetAttributeExecutor(org.apache.velocity.runtime.log.Log log, org.apache.velocity.util.introspection.Introspector introspector, Class clazz, Object arg, String property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddiscover(Class clazz, Object arg)Objectexecute(Object o, Object value)
-
-
-
Method Detail
-
execute
public Object execute(Object o, Object value) throws IllegalAccessException, InvocationTargetException
- Specified by:
executein classorg.apache.velocity.runtime.parser.node.SetExecutor- Throws:
IllegalAccessExceptionInvocationTargetException- See Also:
SetExecutor.execute(java.lang.Object, java.lang.Object)
-
-