Class FallbackConfig

java.lang.Object
de.hybris.platform.util.config.AbstractConfig
de.hybris.platform.util.config.FallbackConfig
All Implemented Interfaces:
ConfigIntf

public class FallbackConfig extends AbstractConfig
  • Constructor Details

  • Method Details

    • getConfigWithoutFallback

      public ConfigIntf getConfigWithoutFallback()
    • getParameter

      public String getParameter(String key)
    • getParametersMatching

      public Map<String,String> getParametersMatching(String keyRegExp, boolean stripMatchingKey)
    • setParameter

      public String setParameter(String key, String value)
    • removeParameter

      public String removeParameter(String key)
    • getAllParameters

      public Map<String,String> getAllParameters()