Interface ExpressionFilterFactory

  • All Known Implementing Classes:
    ExpressionFilterFactoryImpl

    public interface ExpressionFilterFactory
    A factory interface to generate ExpressionFilter instances from a centralized configuration
    • Method Detail

      • getExpressionFilter

        ExpressionFilter getExpressionFilter​(String filterCollection)
        Retrieve an expression filter for the specified filterCollection identifier.
        Parameters:
        filterCollection - a filter collection identifier, typically something like "mvel", "ognl"
        Returns:
        an instance of a ExpressionFilter with the configuration retrieved for the specified collection identifier