Class JaloTranslatorConfiguration

All Implemented Interfaces:
Serializable, Comparable

public class JaloTranslatorConfiguration extends GeneratedJaloTranslatorConfiguration
The JaloTranslatorConfiguration gather JaloVelocityRenderer, RenderersProperty, ParserProperty. It is used by RenderersFactoryFromDB and provides the same configuration capabilities as file based configuration does it for RednerersFactoryFromFile.
See Also:
  • Constructor Details

    • JaloTranslatorConfiguration

      public JaloTranslatorConfiguration()
  • Method Details

    • getRenderersPropertiesAsMap

      public Properties getRenderersPropertiesAsMap()
      Returns the renderers properties of this configuration as a Map
      Returns:
      The renderers properties of this configuration as a Map
    • getParserPropertiesAsMap

      public Map<String,AbstractParser> getParserPropertiesAsMap()