Uses of Interface
org.apache.velocity.util.introspection.ChainableUberspector
-
Packages that use ChainableUberspector Package Description org.apache.velocity.util.introspection -
-
Uses of ChainableUberspector in org.apache.velocity.util.introspection
Classes in org.apache.velocity.util.introspection that implement ChainableUberspector Modifier and Type Class Description classAbstractChainableUberspectorDefault implementation of achainable uberspectorthat forwards all calls to the wrapped uberspector (when that is possible).classDeprecatedCheckUberspectorChainable Uberspector that checks for deprecated method calls.classLinkingUberspectorWhen the introspector.uberspect.class configuration property contains several uberspector class names, it means those uberspectors will be chained.
-