public interface

ReferenceInsertionPolicy

com.atlassian.confluence.velocity.ReferenceInsertionPolicy
Known Indirect Subclasses

Class Overview

Policy interface for Velocity reference insertion strategies that depend on the context being rendered.

Summary

Public Methods
abstract ReferenceInsertionEventHandler getReferenceInsertionEventHandler(Context context)
Get a ReferenceInsertionPolicy appropriate for the context being rendered.

Public Methods

public abstract ReferenceInsertionEventHandler getReferenceInsertionEventHandler (Context context)

Get a ReferenceInsertionPolicy appropriate for the context being rendered.

Parameters
context Context being rendered.
Returns
  • insertion event handler for the context