public interface Filter
Modifier and Type | Method and Description |
---|---|
String |
doFilter(String input)
Runs the filter on the input String and returns the filtered String
|
String |
doFilterUrl(String input)
Runs the filter on the input url and returns the filtered String
|
Copyright © 2015. All rights reserved.