setUrlMappings

open fun setUrlMappings(urlMappings: Collection<String>)

Set the URL mappings for the servlet. If not specified the mapping will default to '/'. This will replace any previously specified mappings.

Parameters

urlMappings

the mappings to set

See also