Class VelocityClassTrackingUberspector

java.lang.Object
org.apache.velocity.util.introspection.UberspectImpl
org.apache.velocity.util.introspection.AbstractChainableUberspector
com.atlassian.velocity.VelocityClassTrackingUberspector
All Implemented Interfaces:
org.apache.velocity.util.introspection.ChainableUberspector, org.apache.velocity.util.introspection.Uberspect, org.apache.velocity.util.introspection.UberspectLoggable, org.apache.velocity.util.RuntimeServicesAware

public final class VelocityClassTrackingUberspector extends org.apache.velocity.util.introspection.AbstractChainableUberspector
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.velocity.util.introspection.UberspectImpl

    org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl, org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl, org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
  • Field Summary

    Fields inherited from class org.apache.velocity.util.introspection.AbstractChainableUberspector

    inner

    Fields inherited from class org.apache.velocity.util.introspection.UberspectImpl

    EMPTY_ARRAY, introspector, log, runtimeServices
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getIterator(Object obj, org.apache.velocity.util.introspection.Info info)
     
    org.apache.velocity.util.introspection.VelMethod
    getMethod(Object obj, String methodName, Object[] args, org.apache.velocity.util.introspection.Info info)
     
    org.apache.velocity.util.introspection.VelPropertyGet
    getPropertyGet(Object obj, String identifier, org.apache.velocity.util.introspection.Info info)
     
    org.apache.velocity.util.introspection.VelPropertySet
    getPropertySet(Object obj, String identifier, Object arg, org.apache.velocity.util.introspection.Info info)
     
    void
     

    Methods inherited from class org.apache.velocity.util.introspection.AbstractChainableUberspector

    wrap

    Methods inherited from class org.apache.velocity.util.introspection.UberspectImpl

    getIteratorHelper, setLog, setRuntimeLogger, setRuntimeServices

    Methods inherited from class java.lang.Object

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

    • VelocityClassTrackingUberspector

      public VelocityClassTrackingUberspector()
  • Method Details

    • init

      public void init() throws Exception
      Specified by:
      init in interface org.apache.velocity.util.introspection.Uberspect
      Overrides:
      init in class org.apache.velocity.util.introspection.AbstractChainableUberspector
      Throws:
      Exception
    • getIterator

      public Iterator getIterator(Object obj, org.apache.velocity.util.introspection.Info info) throws Exception
      Specified by:
      getIterator in interface org.apache.velocity.util.introspection.Uberspect
      Overrides:
      getIterator in class org.apache.velocity.util.introspection.AbstractChainableUberspector
      Throws:
      Exception
    • getMethod

      public org.apache.velocity.util.introspection.VelMethod getMethod(Object obj, String methodName, Object[] args, org.apache.velocity.util.introspection.Info info) throws Exception
      Specified by:
      getMethod in interface org.apache.velocity.util.introspection.Uberspect
      Overrides:
      getMethod in class org.apache.velocity.util.introspection.AbstractChainableUberspector
      Throws:
      Exception
    • getPropertyGet

      public org.apache.velocity.util.introspection.VelPropertyGet getPropertyGet(Object obj, String identifier, org.apache.velocity.util.introspection.Info info) throws Exception
      Specified by:
      getPropertyGet in interface org.apache.velocity.util.introspection.Uberspect
      Overrides:
      getPropertyGet in class org.apache.velocity.util.introspection.AbstractChainableUberspector
      Throws:
      Exception
    • getPropertySet

      public org.apache.velocity.util.introspection.VelPropertySet getPropertySet(Object obj, String identifier, Object arg, org.apache.velocity.util.introspection.Info info) throws Exception
      Specified by:
      getPropertySet in interface org.apache.velocity.util.introspection.Uberspect
      Overrides:
      getPropertySet in class org.apache.velocity.util.introspection.AbstractChainableUberspector
      Throws:
      Exception