Package org.xwiki.velocity.introspection
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, useChainableUberspector
insteadInterface 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 $