org.apache.velocity.tools.view
Class WebappUberspector.GetAttributeExecutor

java.lang.Object
  extended by org.apache.velocity.runtime.parser.node.AbstractExecutor
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
log
 
Constructor Summary
WebappUberspector.GetAttributeExecutor(org.apache.velocity.runtime.log.Log log, org.apache.velocity.util.introspection.Introspector introspector, Class clazz, String property)
           
 
Method Summary
protected  void discover(Class clazz)
           
 Object execute(Object o)
           
 
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
getMethod, isAlive, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebappUberspector.GetAttributeExecutor

public WebappUberspector.GetAttributeExecutor(org.apache.velocity.runtime.log.Log log,
                                              org.apache.velocity.util.introspection.Introspector introspector,
                                              Class clazz,
                                              String property)
Parameters:
log -
introspector -
clazz -
property -
Method Detail

discover

protected void discover(Class clazz)

execute

public Object execute(Object o)
               throws IllegalAccessException,
                      InvocationTargetException
Specified by:
execute in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Throws:
IllegalAccessException
InvocationTargetException
See Also:
AbstractExecutor.execute(java.lang.Object)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.