/**
* @author Sloan Seaman
* @copyright 2016 and on
* @version .1
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
/**
* Interface for classes that can manage filters
*
* @interface FilterManager
*/
/**
* Returns the pre filters.
*
* @function
* @name FilterManager#getPreFilters
* @return {Array.Filter} The pre filters in the order they should be executed
*/
/**
* Returns the post filters.
*
* @function
* @name FilterManager#getPostFilters
* @return {Array.Filter} The post filters in the order they should be executed
*/