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

    Constructors
    Constructor
    Description
    GetAttributeExecutor(org.slf4j.Logger log, org.apache.velocity.util.introspection.Introspector introspector, Class clazz, String property)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    discover(Class clazz)
     
     

    Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor

    getMethod, isAlive, setMethod

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetAttributeExecutor

      public GetAttributeExecutor(org.slf4j.Logger log, org.apache.velocity.util.introspection.Introspector introspector, Class clazz, String property)
      Parameters:
      log - logger
      introspector - introspector instance
      clazz - class name
      property - property name
  • Method Details