public final class SpringContextHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
getSpringBean(org.apache.tapestry5.ioc.ObjectLocator objectLocator,
String type)
Looks up Spring's
ApplicationContext and gets bean. |
public static Object getSpringBean(org.apache.tapestry5.ioc.ObjectLocator objectLocator, String type)
ApplicationContext and gets bean. Is safe even if Spring, Tapestry Spring integration
or the bean is not on classpath.objectLocator - the ObjectLocatortype - the desired bean typeCopyright © 2013–2020 Porsche Informatik. All rights reserved.