@Service(value="blParentCategoryLegacyModeService") public class ParentCategoryLegacyModeServiceImpl extends Object implements org.springframework.context.ApplicationContextAware, ParentCategoryLegacyModeService
| Modifier and Type | Field and Description |
|---|---|
static String |
USE_LEGACY_DEFAULT_CATEGORY_MODE |
protected boolean |
useLegacyDefaultCategoryMode |
| Constructor and Description |
|---|
ParentCategoryLegacyModeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
static ParentCategoryLegacyModeService |
getLegacyModeService() |
boolean |
isLegacyMode() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public static final String USE_LEGACY_DEFAULT_CATEGORY_MODE
@Value(value="${use.legacy.default.category.mode:false}")
protected boolean useLegacyDefaultCategoryMode
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic boolean isLegacyMode()
isLegacyMode in interface ParentCategoryLegacyModeServicepublic static ParentCategoryLegacyModeService getLegacyModeService()
Copyright © 2018. All rights reserved.