@TestConfiguration public static class ViewScopeDestructionCallbackIT.TestConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewScopeDestructionCallbackIT.TestConfig.TestScope |
| Constructor and Description |
|---|
TestConfig() |
| Modifier and Type | Method and Description |
|---|---|
ViewScopeDestructionCallbackIT.BeanWithTwoDestructionCallbacks |
beanWithTwoDestructionCallbacks() |
static org.springframework.beans.factory.config.CustomScopeConfigurer |
testScopeConfigurer() |
@Bean public static org.springframework.beans.factory.config.CustomScopeConfigurer testScopeConfigurer()
@Bean @Scope(value="test") public ViewScopeDestructionCallbackIT.BeanWithTwoDestructionCallbacks beanWithTwoDestructionCallbacks()
Copyright © 2016–2018 JoinFaces. All rights reserved.