Class WebappUberspector.GetAttributeExecutor
java.lang.Object
org.apache.velocity.runtime.parser.node.AbstractExecutor
org.apache.velocity.tools.view.WebappUberspector.GetAttributeExecutor
- Enclosing class:
WebappUberspector
public class WebappUberspector.GetAttributeExecutor
extends org.apache.velocity.runtime.parser.node.AbstractExecutor
Executor for getAttribute(name) method.
- Version:
- $Id: WebappUberspector.java $
- Author:
- Claude Brisson
-
Field Summary
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
log -
Constructor Summary
ConstructorsConstructorDescriptionGetAttributeExecutor(org.slf4j.Logger log, org.apache.velocity.util.introspection.Introspector introspector, Class clazz, String property) -
Method Summary
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
getMethod, isAlive, setMethod
-
Constructor Details
-
GetAttributeExecutor
-
-
Method Details
-
discover
-
execute
- Specified by:
executein classorg.apache.velocity.runtime.parser.node.AbstractExecutor- Parameters:
o- target object- Returns:
- execution result
- Throws:
IllegalAccessException- if thrown by underlying codeInvocationTargetException- if thrown by underlying code- See Also:
-