net.sf.beanlib.utils
Class SpringUtils

java.lang.Object
  extended by net.sf.beanlib.utils.SpringUtils

public class SpringUtils
extends Object

Spring-framework related utilities.

Author:
Joe D. Velopar

Constructor Summary
SpringUtils()
           
 
Method Summary
 String toBeanName(Class<?> c)
          Returns a bean name by unqalifying and decapitalizing the name of the given class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringUtils

public SpringUtils()
Method Detail

toBeanName

public String toBeanName(Class<?> c)
Returns a bean name by unqalifying and decapitalizing the name of the given class.