|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterFactory
Extend this class to create a factory that creates Filter
.
Nested Class Summary | |
---|---|
static class |
FilterFactory.FilterNotCreatedException
Exception thrown if the Filter cannot be created. |
Method Summary | |
---|---|
Filter |
createFilter(FilterFactoryParams params)
Creates a Filter given a FilterFactoryParams argument. |
Method Detail |
---|
Filter createFilter(FilterFactoryParams params) throws FilterFactory.FilterNotCreatedException
Filter
given a FilterFactoryParams
argument.
params
- Parameters needed to create the Filter
FilterFactory.FilterNotCreatedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |