Uses of Class
org.springframework.config.java.naming.MethodNameStrategy.Prefix

Packages that use MethodNameStrategy.Prefix
org.springframework.config.java.naming Pluggable strategies for bean naming. 
 

Uses of MethodNameStrategy.Prefix in org.springframework.config.java.naming
 

Methods in org.springframework.config.java.naming that return MethodNameStrategy.Prefix
static MethodNameStrategy.Prefix MethodNameStrategy.Prefix.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MethodNameStrategy.Prefix[] MethodNameStrategy.Prefix.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.springframework.config.java.naming with parameters of type MethodNameStrategy.Prefix
 void MethodNameStrategy.setPrefix(MethodNameStrategy.Prefix prefix)
           
 

Constructors in org.springframework.config.java.naming with parameters of type MethodNameStrategy.Prefix
MethodNameStrategy(MethodNameStrategy.Prefix prefix)
          Constructor allowing the naming prefix to be specified.
 



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