- All Implemented Interfaces:
- VelocityContextItemProvider, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public final class PrototypeBeanContextItemProvider
extends Object
implements VelocityContextItemProvider, org.springframework.context.ApplicationContextAware
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".