|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterConverter
FilterConverter provides support for custom (subclasses) filters and tablefilters.
Method Summary | |
---|---|
Filter |
convertFilter(Object filter,
ClassLoader loader)
Converts a filter from a previous table version to the current one. |
TableFilter |
convertTableFilter(Object tableFilter,
ClassLoader loader)
Converts a tablefilter from a previous table version to the current one. |
Method Detail |
---|
Filter convertFilter(Object filter, ClassLoader loader) throws Exception
filter
- the filter to convertloader
- the filter's class loader
Exception
TableFilter convertTableFilter(Object tableFilter, ClassLoader loader) throws Exception
tableFilter
- the table filter to convertloader
- the table filter's class loader
Exception
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |