edu.uoc.fw.core.controller
Class ApplicationController

java.lang.Object
  extended by edu.uoc.fw.core.controller.ApplicationController

public class ApplicationController
extends java.lang.Object

Centralitza la gestió i el procés de les peticions. Implementació del patró Application Controler i el patró Singleton: solament existirá una instancia de la classe per a tota l'aplicació.

Version:
1.0
Author:
Luis Bravo Fuentes

Constructor Summary
ApplicationController()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationController

public ApplicationController()