Class ExpressionFilterFactoryImpl

    • Constructor Detail

      • ExpressionFilterFactoryImpl

        public ExpressionFilterFactoryImpl()
    • Method Detail

      • setBundleContext

        public void setBundleContext​(org.osgi.framework.BundleContext bundleContext)
      • init

        public void init()
      • destroy

        public void destroy()
      • bundleChanged

        public void bundleChanged​(org.osgi.framework.BundleEvent event)
        Specified by:
        bundleChanged in interface org.osgi.framework.BundleListener
      • getExpressionFilter

        public ExpressionFilter getExpressionFilter​(String filterCollection)
        Description copied from interface: ExpressionFilterFactory
        Retrieve an expression filter for the specified filterCollection identifier.
        Specified by:
        getExpressionFilter in interface ExpressionFilterFactory
        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