Class DebugReferenceInsertionEventHandler

java.lang.Object
com.atlassian.confluence.util.velocity.debug.DebugReferenceInsertionEventHandler
All Implemented Interfaces:
org.apache.velocity.app.event.EventHandler, org.apache.velocity.app.event.ReferenceInsertionEventHandler

@Deprecated(forRemoval=true) public class DebugReferenceInsertionEventHandler extends Object implements org.apache.velocity.app.event.ReferenceInsertionEventHandler
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
A ReferenceInsertionEventHandler which will log debug messages as references are resolved.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.velocity.app.event.ReferenceInsertionEventHandler

    org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    referenceInsert(String reference, Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • DebugReferenceInsertionEventHandler

      public DebugReferenceInsertionEventHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • referenceInsert

      public Object referenceInsert(String reference, Object value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      referenceInsert in interface org.apache.velocity.app.event.ReferenceInsertionEventHandler