Package com.atlassian.bamboo.spring
Class EventuallyAutowiredSupport
java.lang.Object
com.atlassian.bamboo.spring.EventuallyAutowiredSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
processInjectionBasedOnServletContext
(Object parentBean, javax.servlet.ServletContext servletContext) Creates proxy beans for all fields in the target object annotated withEventuallyAutowired
.
-
Method Details
-
processInjectionBasedOnServletContext
public static void processInjectionBasedOnServletContext(Object parentBean, javax.servlet.ServletContext servletContext) Creates proxy beans for all fields in the target object annotated withEventuallyAutowired
. These objects will have their Spring dependencies wired immediately if the Spring context is available or upon the first use after the Spring context becomes available.
-