类 WebappUberspector.SetAttributeExecutor
java.lang.Object
org.apache.velocity.runtime.parser.node.SetExecutor
org.apache.velocity.tools.view.WebappUberspector.SetAttributeExecutor
- 封闭类:
- WebappUberspector
public class WebappUberspector.SetAttributeExecutor
extends org.apache.velocity.runtime.parser.node.SetExecutor
Executor for setAttribute(name,value) method
-
字段概要
从类继承的字段 org.apache.velocity.runtime.parser.node.SetExecutor
log -
构造器概要
构造器构造器说明SetAttributeExecutor(org.slf4j.Logger log, org.apache.velocity.util.introspection.Introspector introspector, Class clazz, Object arg, String property) -
方法概要
从类继承的方法 org.apache.velocity.runtime.parser.node.SetExecutor
getMethod, isAlive, setMethod
-
构造器详细资料
-
方法详细资料
-
discover
- 参数:
clazz- target classarg- expected arguments
-
execute
public Object execute(Object o, Object value) throws IllegalAccessException, InvocationTargetException - 指定者:
execute在类中org.apache.velocity.runtime.parser.node.SetExecutor- 参数:
o- target objectvalue- value to set- 抛出:
IllegalAccessException- if thrown by underlying codeInvocationTargetException- if thrown by underlying code- 另请参阅:
-
SetExecutor.execute(java.lang.Object, java.lang.Object)
-