public abstract class ValidatorBase
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
cssFile |
static String |
respService |
Constructor and Description |
---|
ValidatorBase() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doGet(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
void |
doPost(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
void |
init() |
void |
init(javax.servlet.ServletConfig config) |
public static final String cssFile
public static final String respService
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public void doGet(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
doGet
in class javax.servlet.http.HttpServlet
public void doPost(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
doPost
in class javax.servlet.http.HttpServlet
Licenced under the Apache License, Version 2.0