public interface FilterFactory
Filter.| Modifier and Type | Interface and Description |
|---|---|
static class |
FilterFactory.FilterNotCreatedException
Exception thrown if the
Filter cannot be created. |
| Modifier and Type | Method and Description |
|---|---|
Filter |
createFilter(FilterFactoryParams params)
Creates a
Filter given a FilterFactoryParams argument. |
Filter createFilter(FilterFactoryParams params) throws FilterFactory.FilterNotCreatedException
Filter given a FilterFactoryParams argument.params - Parameters needed to create the FilterFilterFactory.FilterNotCreatedException