Class FilterPredicate

java.lang.Object
org.apache.sling.engine.impl.filter.FilterPredicate

public class FilterPredicate extends Object
Contains a set of predicates that helps testing whether to enable a filter for a request or not it can only be constructed from a filter service reference, from whose properties it builds its predicates
  • Constructor Details

    • FilterPredicate

      public FilterPredicate(org.osgi.framework.ServiceReference<javax.servlet.Filter> reference)
      Create a new predicate
      Parameters:
      reference - osgi service configuration
  • Method Details