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