Interface LocalThemeConfig
-
- All Superinterfaces:
DetachedAdapter
,LocalConfiguration<LocalThemeConfig>
- All Known Implementing Classes:
LocalThemeConfigAdapter
public interface LocalThemeConfig extends LocalConfiguration<LocalThemeConfig>
Local configuration class to handle configuration of theme.- Author:
- Quentin Lamerand
-
-
Field Summary
Fields Modifier and Type Field Description static String
OLD_THEME_CONFIGURATION_PROPERTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFlavor()
Returns the flavor (collection) to use for current page-
Methods inherited from interface org.nuxeo.ecm.core.api.localconfiguration.LocalConfiguration
canMerge, getDocumentRef, merge, save
-
-
-
-
Field Detail
-
OLD_THEME_CONFIGURATION_PROPERTY
static final String OLD_THEME_CONFIGURATION_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFlavor
String getFlavor()
Returns the flavor (collection) to use for current page- Since:
- 5.5
-
-