Uses of Class
jakarta.servlet.annotation.WebInitParam
-
Packages that use WebInitParam Package Description jakarta.servlet.annotation The jakarta.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component. -
-
Uses of WebInitParam in jakarta.servlet.annotation
Methods in jakarta.servlet.annotation that return WebInitParam Modifier and Type Method Description WebInitParam[]
initParams()
The init parameters of the filterWebInitParam[]
initParams()
The init parameters of the servlet
-