Classe AdminBasicServlet

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

Extends: extends psanz.html.ServletControl

Implements:

Package: eres

Informació general

AdminBasicServlet.java
Created on 29 de marzo de 2004, 17:31

Servlet básico del que heredan todos los servlets de la aplicación.
Lee el archivo de configuración
Inicializa el framework FreeMarker
Lee las propiedades
Prepara el contexto y la sesión

Revisat: 24/04/2020 08:57:39
   destroy
   getServletInfo
   getVersion
   init
   loadBlocs
   loadSets
   showError
        
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 {}