Class ConfluenceAllowlistUberspector

java.lang.Object
com.atlassian.velocity.allowlist.uberspect.SingletonUberspector
com.atlassian.confluence.impl.velocity.ConfluenceAllowlistUberspector
All Implemented Interfaces:
org.apache.velocity.util.introspection.Uberspect, org.apache.velocity.util.introspection.UberspectLoggable, org.apache.velocity.util.RuntimeServicesAware

public class ConfluenceAllowlistUberspector extends com.atlassian.velocity.allowlist.uberspect.SingletonUberspector
A SingletonUberspector subclass which uses a ConfluenceAnnotationBoxingUberspect as the Uberspect delegate and a ConfluenceAllowlistIntrospector as the coupled Introspector.
Since:
9.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.velocity.util.introspection.Introspector
    newIntrospector(org.apache.velocity.runtime.log.Log log, org.apache.velocity.runtime.RuntimeServices runtimeServices)
     
    protected org.apache.velocity.util.introspection.Uberspect
     

    Methods inherited from class com.atlassian.velocity.allowlist.uberspect.SingletonUberspector

    getIntrospector, getIntrospectorInternal, getIterator, getMethod, getPropertyGet, getPropertySet, init, setLog, setRuntimeLogger, setRuntimeServices

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfluenceAllowlistUberspector

      public ConfluenceAllowlistUberspector()
  • Method Details

    • newUberspector

      protected org.apache.velocity.util.introspection.Uberspect newUberspector()
      Overrides:
      newUberspector in class com.atlassian.velocity.allowlist.uberspect.SingletonUberspector
    • newIntrospector

      protected org.apache.velocity.util.introspection.Introspector newIntrospector(org.apache.velocity.runtime.log.Log log, org.apache.velocity.runtime.RuntimeServices runtimeServices)
      Overrides:
      newIntrospector in class com.atlassian.velocity.allowlist.uberspect.SingletonUberspector