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