All Known Implementing Classes:
AbstractCollectStrategy, AppModuleCollectStrategy

public interface CollectStrategy
Implement this interface to provide a template collection strategy.
  • Method Details

    • collectTemplates

      Map<String,CmsTemplate> collectTemplates(Predicate<CmsTemplate> predicate)
      Collect the templates.
      Parameters:
      predicate - A predicate for filtering the templates.
      Returns:
      the collected templates.