Uses of Class
com.github.robtimus.servlet.ServletConfigWrapper
-
Packages that use ServletConfigWrapper Package Description com.github.robtimus.servlet Provides classes and interfaces for working with servlets. -
-
Uses of ServletConfigWrapper in com.github.robtimus.servlet
Methods in com.github.robtimus.servlet that return ServletConfigWrapper Modifier and Type Method Description ServletConfigWrapper
ServletConfigWrapper. withInitParameter(String name, Object value)
Adds or overwrites an initialization parameter.
-