edu.uoc.fw.core.controller
Class FrontController

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by edu.uoc.fw.core.controller.FrontController
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class FrontController
extends javax.servlet.http.HttpServlet

Processa totes les peticions dirigides cap a l'aplicació i les delega a l'ApplicationController Implementació del patró Front Controller.

Version:
1.0
Author:
Luis Bravo Fuentes
See Also:
Serialized Form

Constructor Summary
FrontController()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletConfig config)
          Inicialitza el servlet FrontController
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrontController

public FrontController()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Inicialitza el servlet FrontController

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet