Class BeanContextItemProvider

java.lang.Object
com.atlassian.confluence.impl.velocity.BeanContextItemProvider
All Implemented Interfaces:
VelocityContextItemProvider

public class BeanContextItemProvider extends Object implements VelocityContextItemProvider
Provides a map of Velocity context items that is initialised once alongside this bean construction. This class is suitable for putting Spring beans, or singleton instances derived from Spring beans, on the Velocity context.
Since:
8.9.0
See Also: