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.6AReferenceInsertionEventHandler
which will log debug messages as references are resolved.
-
-
Constructor Summary
Constructors Constructor Description DebugReferenceInsertionEventHandler()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
referenceInsert(String reference, Object value)
Deprecated, for removal: This API element is subject to removal in a future version.
-