Uses of Interface
com.ideo.sweetdevria.config.IRIAConfig

Packages that use IRIAConfig
com.ideo.sweetdevria.config   
com.ideo.sweetdevria.config.elements   
com.ideo.sweetdevria.controller   
 

Uses of IRIAConfig in com.ideo.sweetdevria.config
 

Classes in com.ideo.sweetdevria.config that implement IRIAConfig
 class RIAConfigImpl
          RIA configuration implementation.
 

Methods in com.ideo.sweetdevria.config that return IRIAConfig
 IRIAConfig Configurator.init(java.lang.String paths)
           
protected  IRIAConfig Configurator.initModuleConfig(java.lang.String paths)
          Initialize the application configuration information.
 

Methods in com.ideo.sweetdevria.config with parameters of type IRIAConfig
protected  void Configurator.initModuleMessageResources(IRIAConfig config)
          Initialize the application MessageResources.
 

Uses of IRIAConfig in com.ideo.sweetdevria.config.elements
 

Fields in com.ideo.sweetdevria.config.elements declared as IRIAConfig
protected  IRIAConfig BuilderConfig.riaConfig
           
 

Methods in com.ideo.sweetdevria.config.elements that return IRIAConfig
 IRIAConfig BuilderConfig.getRiaConfig()
          Get the riaConfig.
 

Methods in com.ideo.sweetdevria.config.elements with parameters of type IRIAConfig
 void BuilderConfig.setRiaConfig(IRIAConfig riaConfig)
          Set the riaConfig.
 

Uses of IRIAConfig in com.ideo.sweetdevria.controller
 

Methods in com.ideo.sweetdevria.controller that return IRIAConfig
 IRIAConfig RIAController.getConfig()
          Return the configuration
 

Methods in com.ideo.sweetdevria.controller with parameters of type IRIAConfig
 void RIAController.setConfig(IRIAConfig config)
          Set the configuration
 



Copyright © 2010 Ideo Technologies. All Rights Reserved.