Interface CollectStrategy
- All Known Implementing Classes:
AbstractCollectStrategy
,AppModuleCollectStrategy
public interface CollectStrategy
Implement this interface to provide a template collection strategy.
-
Method Summary
Modifier and TypeMethodDescriptioncollectTemplates
(Predicate<CmsTemplate> predicate) Collect the templates.
-
Method Details
-
collectTemplates
Collect the templates.- Parameters:
predicate
- A predicate for filtering the templates.- Returns:
- the collected templates.
-