Class AbstractChainableUberspector

java.lang.Object
org.apache.velocity.util.introspection.UberspectImpl
org.apache.velocity.util.introspection.AbstractChainableUberspector
All Implemented Interfaces:
ChainableUberspector, Uberspect, RuntimeServicesAware
Direct Known Subclasses:
DeprecatedCheckUberspector, LinkingUberspector

public abstract class AbstractChainableUberspector extends UberspectImpl implements ChainableUberspector
Default implementation of a chainable 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.6
Version:
$Id: $
See Also: