net.sf.beanlib.utils
Class SpringUtils
java.lang.Object
net.sf.beanlib.utils.SpringUtils
public class SpringUtils
- extends Object
Spring-framework related utilities.
- Author:
- Joe D. Velopar
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 |
inst
public static final SpringUtils inst
SpringUtils
private SpringUtils()
toBeanName
public String toBeanName(Class c)
- Returns a bean name by unqalifying and decapitalizing
the name of the given class.