Constructor and Description |
---|
SQLFilter() |
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
|
public String doFilter(String input)
Filter
public String doFilterUrl(String input)
Filter
doFilterUrl
in interface Filter
input
- input url StringCopyright © 2015. All rights reserved.