Classe AdminBasicServlet

(Actualitzat 30/04/2020, 16:14:51)

Extends: extends psanz.html.ServletControl

Implements:

Package: eresadmin

Informació general

AdminBasicServlet.java

Created on 29 de marzo de 2004, 17:31

Servlet básico que realiza todas las funciones de configuración de la aplicación, sesiones, contexto, variables, Freemarker... et.

Revisado 30/04/2020 12:54:48
   ajustaRights
   destroy
   getServletInfo
   getVersion
   getVersionAnys
   getVersionData
   init
   loadBlocs
   loadDefaultIdioma
   loadHelpSubsts
   loadSets
        
eresadmin.AdminBasicServlet
Este método reordena los privilegios globales leídos del archivo priv.txt

@return 
@throws 
public void ajustaRights()  {}  
eresadmin.AdminBasicServlet
Destroys the servlet.

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

@return 
@throws 
public String getServletInfo() {}  
eresadmin.AdminBasicServlet

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

@return 
@throws 
public static String getVersionAnys() {}  
eresadmin.AdminBasicServlet

@return 
@throws 
public static String getVersionData() {}  
eresadmin.AdminBasicServlet
@param ServletConfig
@return 
@throws ServletException
public void init(ServletConfig config) throws ServletException {}  
eresadmin.AdminBasicServlet

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

@return 
@throws 
private String loadDefaultIdioma()  {}  
eresadmin.AdminBasicServlet

@return 
@throws IOException
private void loadHelpSubsts() throws IOException {}  
eresadmin.AdminBasicServlet

@return 
@throws SQLException
private void loadSets() throws SQLException {}