spring-framework / org.springframework.aop.framework.autoproxy / BeanNameAutoProxyCreator / <init>

<init>

BeanNameAutoProxyCreator()

Auto proxy creator that identifies beans to proxy via a list of names. Checks for direct, "xxx*", and "*xxx" matches.

For configuration details, see the javadoc of the parent class AbstractAutoProxyCreator. Typically, you will specify a list of interceptor names to apply to all identified beans, via the "interceptorNames" property.

Author
Juergen Hoeller

Since
10.10.2003

See Also
#setBeanNames#isMatch#setInterceptorNamesAbstractAutoProxyCreator