Home | History | Annotate | Download | only in net

Lines Matching refs:sanitize

100      * A functor used to sanitize a single query value.
105 * Sanitize an unencoded value.
109 public String sanitize(String value);
113 * Sanitize values based on which characters they contain. Illegal
287 * Sanitize a value.
301 public String sanitize(String value) {
416 * @return the current ValueSanitizer used to sanitize unregistered
426 * @param sanitizer set the ValueSanitizer used to sanitize unregistered
764 * effective value sanitizer for the parameter and uses it to sanitize
779 String sanitizedValue = valueSanitizer.sanitize(unescapedValue);