Interface SiteChannelValidationStrategy
- All Known Implementing Classes:
DefaultSiteChannelValidationStrategy
public interface SiteChannelValidationStrategy
Strategy interface for site channel validation.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidateSiteChannel(SiteChannel siteChannel) Validates theSiteChannel.
-
Method Details
-
validateSiteChannel
Validates theSiteChannel.- Parameters:
siteChannel- theSiteChannelto validate.- Returns:
trueif theSiteChannelis supported,falseotherwise
-