Class ExternallyChainedFilter

  • All Implemented Interfaces:
    Filter

    public abstract class ExternallyChainedFilter
    extends Object
    implements Filter
    Externally chained filters e.g. the filter implementing case insensitive searches. They are removed from translation. IMPORTANT: Currently, these filters have to be chained at the beginning of the filter tree.
    Author:
    mederly
    • Constructor Detail

      • ExternallyChainedFilter

        public ExternallyChainedFilter​(Filter filter)
    • Method Detail

      • getFilter

        public Filter getFilter()