public interface FragmentConfigurationHandler
Modifier and Type | Method and Description |
---|---|
void |
overrideConfiguration(String fragmentName,
String moduleName,
Map<String,Object> sourceConfiguration)
Provides the opportunity to override a module configuration.
|
Boolean |
overrideFragmentStatus(String fragmentName)
Provides the opportunity to override if a fragment is enabled or not.
|
Boolean |
overrideModuleStatus(String fragmentName,
String moduleName)
Provides the opportunity to override a module status inside a fragment.
|
void |
overrideVariables(String fragmentName,
Map<String,String> variables)
Provides the opportunity to override a fragment variables.
|
Boolean overrideFragmentStatus(String fragmentName)
fragmentName
- the fragment name to override.Boolean overrideModuleStatus(String fragmentName, String moduleName)
fragmentName
- the fragment name to override.moduleName
- the module name to override.void overrideConfiguration(String fragmentName, String moduleName, Map<String,Object> sourceConfiguration)
fragmentName
- the fragment name to override.moduleName
- the module name to override.sourceConfiguration
- the writable module configuration.void overrideVariables(String fragmentName, Map<String,String> variables)
fragmentName
- the fragment name to override.variables
- the writable fragment variables.Copyright © 2013-2018–2019 SeedStack. All rights reserved.