@Beta public final class PageTemplateFilter extends Object implements Predicate<PageTemplate>
Modifier and Type | Method and Description |
---|---|
static Predicate<PageTemplate> |
canRender(ContentTypeName contentTypeName) |
boolean |
test(PageTemplate pageTemplate) |
public boolean test(PageTemplate pageTemplate)
test
in interface Predicate<PageTemplate>
public static Predicate<PageTemplate> canRender(ContentTypeName contentTypeName)