Package com.github.robtimus.servlet.parameters

Provides classes and interfaces for working with init and request parameters.

The classes in this package are usually used in the following way inside init methods, using int as example:


 field = IntParameter.of(config, name)
         // assertions, e.g. atLeast(0)
         // retrieve value using requiredValue() or valueWithDefault(...)