@Service public class SpringSingletonManagerProvider extends Object implements io.devbench.uibuilder.api.singleton.SingletonManagerProvider, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringSingletonManagerProvider() |
| Modifier and Type | Method and Description |
|---|---|
Collection<io.devbench.uibuilder.api.singleton.ContextAwareSingletonHolder> |
getContextAwareSingletonHolders() |
Collection<io.devbench.uibuilder.api.singleton.ContextUnawareSingletonHolder> |
getContextUnawareSingletonHolders() |
Collection<io.devbench.uibuilder.api.singleton.SingletonProvider> |
getSingletonProviders() |
void |
setApplicationContext(@NotNull org.springframework.context.ApplicationContext applicationContext) |
public Collection<io.devbench.uibuilder.api.singleton.SingletonProvider> getSingletonProviders()
getSingletonProviders in interface io.devbench.uibuilder.api.singleton.SingletonManagerProviderpublic Collection<io.devbench.uibuilder.api.singleton.ContextAwareSingletonHolder> getContextAwareSingletonHolders()
getContextAwareSingletonHolders in interface io.devbench.uibuilder.api.singleton.SingletonManagerProviderpublic Collection<io.devbench.uibuilder.api.singleton.ContextUnawareSingletonHolder> getContextUnawareSingletonHolders()
getContextUnawareSingletonHolders in interface io.devbench.uibuilder.api.singleton.SingletonManagerProviderpublic void setApplicationContext(@NotNull
@NotNull org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018–2020. All rights reserved.