Class AbstractChainableUberspector

  • All Implemented Interfaces:
    org.apache.velocity.util.introspection.ChainableUberspector, org.apache.velocity.util.introspection.Uberspect, org.apache.velocity.util.RuntimeServicesAware, ChainableUberspector
    Direct Known Subclasses:
    ChainingUberspector

    @Deprecated
    public abstract class AbstractChainableUberspector
    extends org.apache.velocity.util.introspection.AbstractChainableUberspector
    implements ChainableUberspector
    Deprecated.
    since 8.0M1; this is now part of the official Velocity library, use AbstractChainableUberspector instead
    Default implementation of a chainable uberspector that forwards all calls to the wrapped uberspector (when that is possible). It should be used as the base class for all chainable uberspectors.
    Since:
    1.5M1
    Version:
    $Id: 90cd7e6c0f451ad9aa11787b35df7a71b50a9451 $
    See Also:
    ChainableUberspector
    • 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

        conversionHandler, introspector, log, rsvc
    • Method Summary

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

        getIterator, getMethod, getPropertyGet, getPropertySet, init, wrap
      • Methods inherited from class org.apache.velocity.util.introspection.UberspectImpl

        getConversionHandler, setLog, setRuntimeServices
      • Methods inherited from interface org.apache.velocity.util.introspection.ChainableUberspector

        wrap
      • Methods inherited from interface org.apache.velocity.util.introspection.Uberspect

        getIterator, getMethod, getPropertyGet, getPropertySet, init
    • Constructor Detail

      • AbstractChainableUberspector

        public AbstractChainableUberspector()
        Deprecated.