Interface SiteChannelValidationStrategy

All Known Implementing Classes:
DefaultSiteChannelValidationStrategy

public interface SiteChannelValidationStrategy
Strategy interface for site channel validation.
  • Method Details

    • validateSiteChannel

      boolean validateSiteChannel(SiteChannel siteChannel)
      Validates the SiteChannel.
      Parameters:
      siteChannel - the SiteChannel to validate.
      Returns:
      true if the SiteChannel is supported, false otherwise