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 BooleanParameterBooleanParameter. of(FilterConfig config, String name)Returns a boolean init parameter for a filter.static BooleanParameterBooleanParameter. of(ServletConfig config, String name)Returns a boolean init parameter for a servlet.static BooleanParameterBooleanParameter. of(ServletContext context, String name)Returns a boolean init parameter for a servlet context.static BooleanParameterBooleanParameter. of(ServletRequest request, String name)Returns a boolean parameter for a servlet request.
-