public class AbstractServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENT_CLASSNAME |
protected Class<HttpAuthent> |
authentClass |
static String |
COMMENT |
protected static String |
INVALID_REQUEST_PARAMS |
static String |
R_66_CONFIG |
static String |
RULENAME |
Constructor and Description |
---|
AbstractServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(ServletConfig config) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public static final String R_66_CONFIG
public static final String AUTHENT_CLASSNAME
public static final String RULENAME
public static final String COMMENT
protected static final String INVALID_REQUEST_PARAMS
protected Class<HttpAuthent> authentClass
public final void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
public final void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
Copyright © 2009–2022 Waarp. All rights reserved.