public class ExpressionFilterFactoryImpl extends Object implements ExpressionFilterFactory, org.osgi.framework.BundleListener
Constructor and Description |
---|
ExpressionFilterFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
void |
destroy() |
ExpressionFilter |
getExpressionFilter(String filterCollection)
Retrieve an expression filter for the specified filterCollection identifier.
|
void |
init() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public void init()
public void destroy()
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged
in interface org.osgi.framework.BundleListener
public ExpressionFilter getExpressionFilter(String filterCollection)
ExpressionFilterFactory
getExpressionFilter
in interface ExpressionFilterFactory
filterCollection
- a filter collection identifier, typically something like "mvel", "ognl"Copyright © 2014–2022 Apache Software Foundation. All rights reserved.