Interface Filter
- All Known Implementing Classes:
HTMLFilter
,SQLFilter
public interface Filter
-
Method Summary
-
Method Details
-
doFilter
Runs the filter on the input String and returns the filtered String- Parameters:
input
- input String- Returns:
- filtered String
-
doFilterUrl
Runs the filter on the input url and returns the filtered String- Parameters:
input
- input url String- Returns:
- filtered String
-