Interface ChainableUberspector

  • All Superinterfaces:
    org.apache.velocity.util.introspection.ChainableUberspector, org.apache.velocity.util.introspection.Uberspect
    All Known Implementing Classes:
    AbstractChainableUberspector, ChainingUberspector

    @Deprecated
    public interface ChainableUberspector
    extends org.apache.velocity.util.introspection.ChainableUberspector
    Deprecated.
    since 8.0M1; this is now part of the official Velocity library, use ChainableUberspector instead
    Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be combined in a chain (using the Decorator pattern).
    Since:
    1.5M1
    Version:
    $Id: 8be3f16ad7bbe72124674a793a5b7010cdbeafc2 $
    • Method Summary

      • 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