Package com.day.cq.commons
Interface Filter<T>
- All Known Implementing Classes:
ExperiencePageFilter,PageFilter,ResourceTypesFilter,TeaserPageFilter
public interface Filter<T>
Defines a very simple filter interface.
-
Method Summary
-
Method Details
-
includes
Checks if the given element is included in this filter.- Parameters:
element- the element to check- Returns:
trueif the element is included;falseotherwise.
-