Uses of Interface
org.chorem.pollen.ui.services.Configuration

Packages that use Configuration
org.chorem.pollen.ui.services Gestion des services pour Tapestry. 
org.chorem.pollen.ui.utils Classes utilitaires. 
 

Uses of Configuration in org.chorem.pollen.ui.services
 

Classes in org.chorem.pollen.ui.services that implement Configuration
 class ConfigurationImpl
          Implémentation du service de gestion de la configuration de l'application.
 

Methods in org.chorem.pollen.ui.services that return Configuration
static Configuration AppModule.buildConfiguration()
          This is the Configuration service definition.
 

Methods in org.chorem.pollen.ui.services with parameters of type Configuration
static BackgroundWorker AppModule.buildBackgroundWorker(org.apache.tapestry5.services.ComponentSource componentSource, Configuration configuration, ServicePoll servicePoll)
          This is the BackgroundWorker service definition.
 SendMail AppModule.buildSendMail(Configuration conf)
          Init send mail service.
 

Constructors in org.chorem.pollen.ui.services with parameters of type Configuration
BackgroundWorkerImpl(org.apache.tapestry5.ioc.Messages messages, Configuration conf, ServicePoll servicePoll)
          Constructeur exécuté au lancement de l'application.
 

Uses of Configuration in org.chorem.pollen.ui.utils
 

Fields in org.chorem.pollen.ui.utils declared as Configuration
protected  Configuration SendMail.configuration
          Pollen configuration.
 

Constructors in org.chorem.pollen.ui.utils with parameters of type Configuration
SendMail(Configuration configuration)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.