Package org.xwiki.velocity.introspection
Class DeprecatedCheckUberspector
- java.lang.Object
-
- org.apache.velocity.util.introspection.UberspectImpl
-
- org.apache.velocity.util.introspection.AbstractChainableUberspector
-
- org.apache.velocity.util.introspection.DeprecatedCheckUberspector
-
- org.xwiki.velocity.introspection.DeprecatedCheckUberspector
-
- All Implemented Interfaces:
org.apache.velocity.util.introspection.ChainableUberspector
,org.apache.velocity.util.introspection.Uberspect
,org.apache.velocity.util.RuntimeServicesAware
@Deprecated public class DeprecatedCheckUberspector extends org.apache.velocity.util.introspection.DeprecatedCheckUberspector
Deprecated.since 10.5RC1, useDeprecatedCheckUberspector
insteadChainable Velocity Uberspector that checks for deprecated method calls. It does that by checking if the returned method has a Deprecated annotation. Because this is a chainable uberspector, it has to re-get the method using a default introspector, which is not safe; future uberspectors might not be able to return a precise method name, or a method of the original target object.- Since:
- 1.5M1
- Version:
- $Id: 65c0537ec7da160facfd7bfc9b80b514026b1877 $
- 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 DeprecatedCheckUberspector()
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.velocity.util.introspection.DeprecatedCheckUberspector
getMethod, getPropertyGet, getPropertySet, init
-
Methods inherited from class org.apache.velocity.util.introspection.AbstractChainableUberspector
getIterator, wrap
-
Methods inherited from class org.apache.velocity.util.introspection.UberspectImpl
getConversionHandler, setLog, setRuntimeServices
-
-