Package org.xwiki.velocity.introspection
Class AbstractChainableUberspector
- java.lang.Object
-
- org.apache.velocity.util.introspection.UberspectImpl
-
- org.apache.velocity.util.introspection.AbstractChainableUberspector
-
- org.xwiki.velocity.introspection.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, useAbstractChainableUberspector
insteadDefault implementation of achainable 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
-
-
Constructor Summary
Constructors Constructor Description AbstractChainableUberspector()
Deprecated.
-
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
-
-