eres.AdminBasicServlet
Destroys the servlet.
No usado.
@return
@throws
public void destroy() {}

eres.AdminBasicServlet
Processes requests for both HTTP GET
and POST
methods.
Returns a short description of the servlet.
@return
@throws
public String getServletInfo() {}

eres.AdminBasicServlet
@return
@throws
public String getVersion() {}

eres.AdminBasicServlet
Inicializa el servlet.
@param ServletConfig
@return
@throws ServletException
public void init(ServletConfig config) throws ServletException {}

eres.AdminBasicServlet
@return
@throws SQLException
private void loadBlocs() throws SQLException {}

eres.AdminBasicServlet
@return
@throws SQLException
private void loadSets() throws SQLException {}

eres.AdminBasicServlet
@param HttpTransit
@param Error
@return
@throws ServletException, IOException
public Result showError(HttpTransit ht, Error error) throws ServletException, IOException {}
