Class ExperiencePageFilter

java.lang.Object
com.day.cq.analytics.testandtarget.util.ExperiencePageFilter
All Implemented Interfaces:
Filter<Page>

public class ExperiencePageFilter extends Object implements Filter<Page>
  • Field Details

  • Method Details

    • includes

      public boolean includes(Page element)
      Description copied from interface: Filter
      Checks if the given element is included in this filter.
      Specified by:
      includes in interface Filter<Page>
      Parameters:
      element - the element to check
      Returns:
      true if the element is included; false otherwise.