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. cleanFilterList
Methods 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 void
Channel. addCleanFilter(CustomCleanFilter filter)
Adds a custom clean filter.void
Channel. removeCleanFilter(CustomCleanFilter filter)
Removes a custom clean filter.
-