toggle menu
Spring Boot Kotlin API
3.5.0-M3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.servlet
/
ServletRegistrationBean
/
addUrlMappings
add
Url
Mappings
open
fun
addUrlMappings
(
urlMappings
:
Array
<
String
>
)
Add URL mappings, as defined in the Servlet specification, for the servlet.
Parameters
url
Mappings
the mappings to add
See also
set
Url
Mappings(Collection)