Package com.atlassian.bamboo.spring
Class EventuallyAutowiredSupport
- java.lang.Object
-
- com.atlassian.bamboo.spring.EventuallyAutowiredSupport
-
public final class EventuallyAutowiredSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
processInjectionBasedOnServletContext(Object parentBean, javax.servlet.ServletContext servletContext)
Creates proxy beans for all fields in the target object annotated withEventuallyAutowired
.
-
-
-
Method Detail
-
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.
-
-