The init-param to specify in web.xml that denotes the class that is assignable to the
class given in the constructor.
The init-param to specify in web.xml that denotes the class that is assignable to the
class given in the constructor. It is the application that takes a request to a response.
Checks for the existence of the application init-param, that it is of a correct type and instantiates it.
Checks for the existence of the application init-param, that it is of a correct type and instantiates it.
Applies the given request to the underlying web application and sends the resulting response to the given response.
Applies the given request to the underlying web application and sends the resulting response to the given response.
A servlet that can run scalaz applications. It is intended that subclasses apply one or more type arguments until a concrete class.