Uses of Class
com.github.robtimus.servlet.parameters.BooleanParameter
-
Packages that use BooleanParameter Package Description com.github.robtimus.servlet.parameters Provides classes and interfaces for working with init and request parameters. -
-
Uses of BooleanParameter in com.github.robtimus.servlet.parameters
Methods in com.github.robtimus.servlet.parameters that return BooleanParameter Modifier and Type Method Description static BooleanParameter
BooleanParameter. of(FilterConfig config, String name)
Returns a boolean init parameter for a filter.static BooleanParameter
BooleanParameter. of(ServletConfig config, String name)
Returns a boolean init parameter for a servlet.static BooleanParameter
BooleanParameter. of(ServletContext context, String name)
Returns a boolean init parameter for a servlet context.static BooleanParameter
BooleanParameter. of(ServletRequest request, String name)
Returns a boolean parameter for a servlet request.
-