Class Beans

java.lang.Object
io.pebbletemplates.spring.context.Beans
All Implemented Interfaces:
Map<String,Object>

public class Beans extends Object implements Map<String,Object>

Special object made available to templates in Spring MVC applications in order to access beans in the Application Context.

Author:
Eric Bussieres