Common Super class for Servlet Requestlet Invocations.
A servlet's doGet|Post method creates an instance of a
subclass of this class (DDriverRequestlet) that processes the request.
So there is one instance per request, not shared, so can have state.
Provides handy methods for output etc.