Class UberspectImpl

java.lang.Object
org.apache.velocity.util.introspection.UberspectImpl
All Implemented Interfaces:
Uberspect, UberspectLoggable
Direct Known Subclasses:
AbstractChainableUberspector, SecureUberspector

public class UberspectImpl extends Object implements Uberspect, UberspectLoggable
Implementation of Uberspect to provide the default introspective functionality of Velocity
Version:
$Id: UberspectImpl.java 898032 2010-01-11 19:51:03Z nbubna $
  • Field Details

    • log

      protected Log log
      Our runtime logger.
    • introspector

      protected Introspector introspector
      the default Velocity introspector
  • Constructor Details

    • UberspectImpl

      public UberspectImpl()
  • Method Details