addUrlMappings

open fun addUrlMappings(urlMappings: Array<String>)

Add URL mappings, as defined in the Servlet specification, for the servlet.

Parameters

urlMappings

the mappings to add

See also