Class ServletWrapper

java.lang.Object
net.sf.basedb.clients.web.extensions.ServletWrapper
All Implemented Interfaces:
ServletConfig

public class ServletWrapper
extends Object
implements ServletConfig
A wrapper class for servlets defined by extensions. This wrapper holds initialisation parameters and the servlet context that a servlet needs. Each request to a servlet will create a new instance of the servlet, followed by calls to Servlet.init(ServletConfig), Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse) and Servlet.destroy().
Version:
2.7
Author:
nicklas
Last modified
$Date: 2018-11-07 09:07:03 +0100 (on, 07 nov 2018) $