Class FormCharSetFinder
-
- All Implemented Interfaces:
public class FormCharSetFinderA parser for html, to find the form tags, and their accept-charset value
-
-
Constructor Summary
Constructors Constructor Description FormCharSetFinder()
-
Method Summary
-
-
Method Detail
-
addFormActionsAndCharSet
void addFormActionsAndCharSet(String html, Map<in String, in String> formEncodings, String pageEncoding)
Add form action urls and their corresponding encodings for all forms on the page
- Parameters:
html- the html to parse for form encodingsformEncodings- the Map where form encodings should be addedpageEncoding- the encoding used for the whole page
-
-
-
-