Uses of Class
com.jalios.jcms.CustomCleanFilter
- 
Packages that use CustomCleanFilter Package Description com.jalios.jcms Contains the core JPlatform classes. - 
- 
Uses of CustomCleanFilter in com.jalios.jcms
Fields in com.jalios.jcms with type parameters of type CustomCleanFilter Modifier and Type Field Description protected java.util.List<CustomCleanFilter>Channel. cleanFilterListMethods in com.jalios.jcms that return types with arguments of type CustomCleanFilter Modifier and Type Method Description java.util.List<CustomCleanFilter>Channel. getCleanFilterList()Returns the list of custom clean filters.Methods in com.jalios.jcms with parameters of type CustomCleanFilter Modifier and Type Method Description voidChannel. addCleanFilter(CustomCleanFilter filter)Adds a custom clean filter.voidChannel. removeCleanFilter(CustomCleanFilter filter)Removes a custom clean filter. 
 -