Uses of Interface
net.smartlab.web.config.FactoryConfigurationStrategy

Packages that use FactoryConfigurationStrategy
net.smartlab.web   
net.smartlab.web.config   
 

Uses of FactoryConfigurationStrategy in net.smartlab.web
 

Methods in net.smartlab.web with parameters of type FactoryConfigurationStrategy
static void BusinessObjectFactory.setConfigurationStrategy(FactoryConfigurationStrategy strategy)
          Changes the strategy used to configure the framework.
 

Uses of FactoryConfigurationStrategy in net.smartlab.web.config
 

Subinterfaces of FactoryConfigurationStrategy in net.smartlab.web.config
 interface ConfigurationStrategy
          Deprecated. renamed to FactoryConfigurationStrategy
 

Classes in net.smartlab.web.config that implement FactoryConfigurationStrategy
 class JNDIConfigurationStrategy
          The Hibernate configuration file used must reside into the META-INF directory of the topmost packaging archive and should be named smartweb.jar.hcf or have the name of the JAR file containing the subclass followed by the .hcf suffix.
 class TomcatConfigurationStrategy
          The Hibernate configuration file used must reside into the META-INF directory of the topmost packaging archive and should be named smartweb.jar.hcf or have the name of the JAR file containing the subclass followed by the .hcf suffix.
 



Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.