Sets the encoding to be used to read and write web.xml files. If not specified, defaults to UTF-8. @param encoding Encoding, e.g. "UTF-8".
(String encoding)
| 1147 | * @param encoding Encoding, e.g. "UTF-8". |
| 1148 | */ |
| 1149 | public void setWebXmlEncoding(String encoding) { |
| 1150 | webxmlEncoding = encoding; |
| 1151 | } |
| 1152 | |
| 1153 | /** |
| 1154 | * Sets the option to merge generated web.xml fragment into the WEB-INF/web.xml file of the web application that we |