|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.external.spring.lookup.SpringLookupExtImpl
public class SpringLookupExtImpl
Implements SpringLookupExt, which allows access to spring beans.
| Constructor Summary | |
|---|---|
SpringLookupExtImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getSpringBean(java.lang.String name)
This method locates given bean and returns it. |
void |
setApplicationContext(java.lang.Object context)
Called by the jv framework when initializing the implementation class (right after jvConfiguration is set). |
void |
setJvConfigurationWrapper(JvConfigurationWrapper jvConfigWrapper)
Called by the jv framework when initializing the implementation class (right after constructing an instance). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringLookupExtImpl()
| Method Detail |
|---|
public java.lang.Object getSpringBean(java.lang.String name)
SpringLookupExt
getSpringBean in interface SpringLookupExtname - The name of the spring bean
public void setApplicationContext(java.lang.Object context)
SpringLookupExt
setApplicationContext in interface SpringLookupExtcontext - Must implement org.springframework.context.ApplicationContextpublic void setJvConfigurationWrapper(JvConfigurationWrapper jvConfigWrapper)
SpringLookupExt
setJvConfigurationWrapper in interface SpringLookupExtjvConfigWrapper - The configuration of the framework, allowing access to
the current configuration.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||