@Configuration public class UIBuilderPageScope extends Object implements org.springframework.beans.factory.config.Scope, org.springframework.beans.factory.config.BeanFactoryPostProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
UIBUILDER_PAGE_SCOPE |
| Constructor and Description |
|---|
UIBuilderPageScope() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Object |
get(@NotNull String name,
@NotNull org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
String |
getConversationId() |
void |
postProcessBeanFactory(@NotNull org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
registerDestructionCallback(String name,
Runnable callback) |
@Nullable Object |
remove(@NotNull String name) |
Object |
resolveContextualObject(String key) |
void |
unloadPage(String pageId) |
public static final String UIBUILDER_PAGE_SCOPE
public void postProcessBeanFactory(@NotNull
@NotNull org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansException@NotNull public @NotNull Object get(@NotNull @NotNull String name, @NotNull @NotNull org.springframework.beans.factory.ObjectFactory<?> objectFactory)
get in interface org.springframework.beans.factory.config.Scope@Nullable public @Nullable Object remove(@NotNull @NotNull String name)
remove in interface org.springframework.beans.factory.config.Scopepublic void registerDestructionCallback(String name, Runnable callback)
registerDestructionCallback in interface org.springframework.beans.factory.config.Scopepublic Object resolveContextualObject(String key)
resolveContextualObject in interface org.springframework.beans.factory.config.Scopepublic String getConversationId()
getConversationId in interface org.springframework.beans.factory.config.Scopepublic void unloadPage(String pageId)
Copyright © 2018–2020. All rights reserved.