| java.lang.Object |
| ↳ |
com.atlassian.confluence.setup.velocity.PrototypeBeanContextItemProvider |
Class Overview
Looks up the named bean each time in the application context before setting it in the Velocity context.
This is suitable for use with prototype beans that change based on the user, like "i18n" and "jsonator".
Public Constructors
public
PrototypeBeanContextItemProvider
()
Public Methods
public
void
setApplicationContext
(ApplicationContext applicationContext)
public
void
setContextKeyToBeanNameMapping
(Map<String, String> contextKeyToBeanName)