Class BeanFactoryAccessor

java.lang.Object
org.springframework.context.expression.BeanFactoryAccessor
All Implemented Interfaces:
PropertyAccessor

public class BeanFactoryAccessor extends Object implements PropertyAccessor
EL property accessor that knows how to traverse the beans of a Spring BeanFactory.
Since:
3.0
Author:
Juergen Hoeller, Andy Clement