eresadmin.admin.AdminSrv
Handles the HTTP GET
method.
Handles the HTTP POST
method.
Returns a short description of the servlet.
@return
@throws
public String getServletInfo() {}

eresadmin.admin.AdminSrv
@param ServletConfig
@return
@throws ServletException
public void init(ServletConfig config) throws ServletException {}

eresadmin.admin.AdminSrv
@return
@throws
private Result noAction() {}

eresadmin.admin.AdminSrv
Processes requests for both HTTP GET
and POST
methods.
@param HttpTransit
@return
@throws
private boolean reLoadFiles(HttpTransit ht) {}
