Example usage for Java android.net UrlQuerySanitizer fields, constructors, methods, implement or subclass
The text is from its open source code.
UrlQuerySanitizer() Constructs a UrlQuerySanitizer. | |
UrlQuerySanitizer(String url) Constructs a UrlQuerySanitizer and parses a URL. |
ValueSanitizer | getSpaceLegal() Return a value sanitizer that does not allow any special characters except space (' '). |
String | getValue(String parameter) Get the value for a parameter in the current sanitized query. |
void | parseQuery(String query) Parse a query. |
void | parseUrl(String url) Parse the query parameters out of an encoded URL. |
void | registerParameters(String[] parameters, ValueSanitizer valueSanitizer) Register a value sanitizer for an array of parameters. |
void | setAllowUnregisteredParamaters(boolean allowUnregisteredParamaters) Set whether or not unregistered parameters are allowed. |