getWebXml

@ReplacedBy(value = "webXmlFile")
@Nullable
open fun getWebXml(): @Nullable File(source)

Returns the web.xml file to include in the WAR archive. When null, no web.xml file is included in the WAR.

Return

The web.xml file.