|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkplus.spring.SpringUtil
public class SpringUtil
SpringUtil, a Spring utility.
Applicable to Spring Framework version 2.x or later
Constructor Summary | |
---|---|
SpringUtil()
|
Method Summary | |
---|---|
static org.springframework.context.ApplicationContext |
getApplicationContext()
Get the spring application context. |
static java.lang.Object |
getBean(java.lang.String name)
Get the spring bean by the specified name. |
static java.lang.Object |
getBean(java.lang.String name,
java.lang.Class cls)
Get the spring bean by the specified name and class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringUtil()
Method Detail |
---|
public static org.springframework.context.ApplicationContext getApplicationContext()
public static java.lang.Object getBean(java.lang.String name)
public static java.lang.Object getBean(java.lang.String name, java.lang.Class cls)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |