edu.uoc.pfc.lcamps.webapp.catwings.spring
Class CatWingsContext

java.lang.Object
  extended by edu.uoc.pfc.lcamps.webapp.catwings.spring.CatWingsContext

public class CatWingsContext
extends java.lang.Object

Classe que serveix per gestionar els beans del context d'spring per obtenir els diferents serveis

Author:
Llorenç Camps

Constructor Summary
CatWingsContext()
           
 
Method Summary
 AeroportService getAeroportService()
           
static CatWingsContext getInstance()
           
 PassatgerService getPassatgerService()
           
 ReservaService getReservaService()
           
 VolService getVolService()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatWingsContext

public CatWingsContext()
Method Detail

getInstance

public static CatWingsContext getInstance()

getAeroportService

public AeroportService getAeroportService()

getVolService

public VolService getVolService()

getReservaService

public ReservaService getReservaService()

getPassatgerService

public PassatgerService getPassatgerService()