Package com.aquima.web.config
Class FormatDefinitionStore
java.lang.Object
com.aquima.web.config.FormatDefinitionStore
- All Implemented Interfaces:
IFormatDefinitionStore
@Component
@RefreshScope
public class FormatDefinitionStore
extends Object
implements IFormatDefinitionStore
This class contains the configuration for value formats and language mappings.
Will be removed in the future, because the functionality will be moved to Aquima Studio.
- Since:
- 8.0
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsConstructorDescriptionFormatDefinitionStore
(LanguageFormats languageFormats) Constructs a new FormatDefinitionStore. -
Method Summary
-
Constructor Details
-
FormatDefinitionStore
@Autowired public FormatDefinitionStore(@Qualifier("languageFormats") LanguageFormats languageFormats) Constructs a new FormatDefinitionStore.- Parameters:
languageFormats
- the properties containing the format definitions
-
-
Method Details
-
getValueFormats
Description copied from interface:IFormatDefinitionStore
This method returns the value format definitons.- Specified by:
getValueFormats
in interfaceIFormatDefinitionStore
- Returns:
- the value formats
-
getLanguageFormatMappings
Description copied from interface:IFormatDefinitionStore
This method returns the language format mappings.- Specified by:
getLanguageFormatMappings
in interfaceIFormatDefinitionStore
- Returns:
- the language format mappings
-