setServletNames

open fun setServletNames(servletNames: Collection<String>)

Set servlet names that the filter will be registered against. This will replace any previously specified servlet names.

Parameters

servletNames

the servlet names

See also