File where we generate a complete web.xml with the class definitions. @param s New value
(String s)
| 1134 | * @param s New value |
| 1135 | */ |
| 1136 | public void setWebXml(String s) { |
| 1137 | webxmlFile = resolveFile(s).getAbsolutePath(); |
| 1138 | webxmlLevel = ALL_WEBXML; |
| 1139 | } |
| 1140 | |
| 1141 | /** |
| 1142 | * Sets the encoding to be used to read and write web.xml files. |