org.jewel.core
Class JewelServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jewel.core.JewelServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class JewelServlet
extends javax.servlet.http.HttpServlet

Classe principal del framework que actuarà de controlador central i rebrà totes les peticions.

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

Constructor Summary
JewelServlet()
           
 
Method Summary
 void init()
          Inicialitza el framework cridant al ApplicationController.
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, 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

JewelServlet

public JewelServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException

Inicialitza el framework cridant al ApplicationController.

Inicialitza el framework amb els paràmetres inicials, les accions dels controladors, ...

Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException