Class: DefaultFilterManager

DefaultFilterManager

new DefaultFilterManager(providers)

Manager for managing filters. Supports N number of providers or various types (directory, file, map, etc.) to allow for highly dynamic configuration
Parameters:
Name Type Description
providers Provider Providers to manage / use. Can be null and providers later added via register methods
Implements:
Source:
See:

Methods

getPostFilters() → {Array.Filter}

Returns the post filters.
Implements:
Source:
Returns:
The post filters in the order they should be executed
Type
Array.Filter

getPreFilters() → {Array.Filter}

Returns the pre filters.
Implements:
Source:
Returns:
The pre filters in the order they should be executed
Type
Array.Filter