Interface HostConfigService

  • All Known Implementing Classes:
    DefaultHostConfigService

    public interface HostConfigService
    Host config service is used to lookup a hostname specific configuration property. Certain configurations are specific the the hostname that the site is accessed on, these include analytics tracking packages or maps integrations.
    • Method Detail

      • getProperty

        java.lang.String getProperty​(java.lang.String property,
                                     java.lang.String hostname)
        Get property for host
        Parameters:
        property - the property to get
        hostname - the host name
        Returns:
        the property value