|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jewel.core.JewelServlet
public class JewelServlet
Classe principal del framework que actuarà de controlador central i rebrà totes les peticions.
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 |
---|
public JewelServlet()
Method Detail |
---|
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, ...
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |