Package org.springframework.config.java.naming

Pluggable strategies for bean naming.

See:
          Description

Interface Summary
BeanNamingStrategy Strategy interface for constructing a bean name from the java method.
 

Class Summary
ChainedStrategy Chain-like implementation naming strategy.
MethodNameStrategy Naming strategy which uses the method name for generating the bean name.
 

Enum Summary
MethodNameStrategy.Prefix Naming prefix.
 

Package org.springframework.config.java.naming Description

Pluggable strategies for bean naming.
Provides the means for doing the method -> bean name translation.



Copyright � 2005-2008 Spring Framework. All Rights Reserved.