public class CssUrlValidateFunction extends BaseUrlValidateFunction
# is returned.
If it is valid, the characters [\n\r\\'"()<>*] are URL encoded to ensure the string can be safely
inserted in a CSS URL context. In particular:
References:
BaseUrlValidateFunction| Constructor and Description |
|---|
CssUrlValidateFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyEscaping(String in,
Appendable out)
Called by
filter after verifying that the input is a valid URI. |
filter, isValidUriprotected void applyEscaping(String in, Appendable out) throws IOException
BaseUrlValidateFunctionfilter after verifying that the input is a valid URI. Should apply any
appropriate escaping to the input string.applyEscaping in class BaseUrlValidateFunctionIOExceptionCopyright © 2010-2012 Google. All Rights Reserved.