Package org.joinfaces.rewrite
Class ApplicationContextProvider
java.lang.Object
org.joinfaces.rewrite.ApplicationContextProvider
- All Implemented Interfaces:
Aware
,DisposableBean
,ApplicationContextAware
@Deprecated(forRemoval=true)
public class ApplicationContextProvider
extends Object
implements ApplicationContextAware, DisposableBean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
Deprecated, for removal: This API element is subject to removal in a future version.static ApplicationContext
Deprecated, for removal: This API element is subject to removal in a future version.void
setApplicationContext
(ApplicationContext newApplicationContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ApplicationContextProvider
public ApplicationContextProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setApplicationContext
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Throws:
BeansException
-
destroy
public void destroy()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
destroy
in interfaceDisposableBean
-
getApplicationContext
Deprecated, for removal: This API element is subject to removal in a future version.
-