Uses of Interface
com.hammurapi.config.runtime.ContextFactory

Packages that use ContextFactory
com.hammurapi.config.runtime   
 

Uses of ContextFactory in com.hammurapi.config.runtime
 

Classes in com.hammurapi.config.runtime that implement ContextFactory
 class DefaultContextFactory
          Default context factory.
 

Methods in com.hammurapi.config.runtime that return ContextFactory
 ContextFactory FactoryConfig.getContextFactory()
           
 

Methods in com.hammurapi.config.runtime with parameters of type ContextFactory
 void FactoryConfig.setContextFactory(ContextFactory contextFactory)