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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Deprecated, for removal: This API element is subject to removal in a future version.static ApplicationContextDeprecated, for removal: This API element is subject to removal in a future version.voidsetApplicationContext(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:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-
destroy
public void destroy()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
destroyin interfaceDisposableBean
-
getApplicationContext
Deprecated, for removal: This API element is subject to removal in a future version.
-