Package org.springframework.config.java.naming

Bean naming strategy package.

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 geneting the bean name.
 

Enum Summary
MethodNameStrategy.Prefix Naming prefix.
 

Package org.springframework.config.java.naming Description

Bean naming strategy package.
Provides the means for doing the method -> bean name translation.



Copyright © 2005-2007 Spring Framework. All Rights Reserved.