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
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionreferenceInsert
(String reference, Object value) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DebugReferenceInsertionEventHandler
public DebugReferenceInsertionEventHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
referenceInsert
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
referenceInsert
in interfaceorg.apache.velocity.app.event.ReferenceInsertionEventHandler
-