fw.controller
Class ApplicationController

java.lang.Object
  extended by fw.controller.ApplicationController

public class ApplicationController
extends java.lang.Object

Classe que processa la petició desde el Servlet


Constructor Summary
ApplicationController()
           
 
Method Summary
protected  java.lang.String processRequest(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
          Mètode que processa la petició i retorna la pròxima vista a mostrar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationController

public ApplicationController()
Method Detail

processRequest

protected java.lang.String processRequest(javax.servlet.ServletRequest request,
                                          javax.servlet.ServletResponse response)
                                   throws javax.servlet.ServletException,
                                          java.io.IOException
Mètode que processa la petició i retorna la pròxima vista a mostrar.

Parameters:
request -
response -
Returns:
nextPage
Throws:
javax.servlet.ServletException
java.io.IOException