public final class EventuallyAutowiredSupport extends Object
Modifier and Type | Method and Description |
---|---|
static void |
processInjectionBasedOnServletContext(Object parentBean,
javax.servlet.ServletContext servletContext)
Creates proxy beans for all fields in the target object annotated with
EventuallyAutowired . |
public static void processInjectionBasedOnServletContext(Object parentBean, javax.servlet.ServletContext servletContext)
EventuallyAutowired
. 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.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.