ch.tatool.core.module.creator
Class ModuleCreatorRegistryHelper

java.lang.Object
  extended by ch.tatool.core.module.creator.ModuleCreatorRegistryHelper

public class ModuleCreatorRegistryHelper
extends Object

Helper class allowing to register additional creators through Spring configuration independently from the registry bean definition


Constructor Summary
ModuleCreatorRegistryHelper()
           
 
Method Summary
 void initialize()
          Method to be called when all dependencies have been injected.
 void setCreators(List<ModuleCreator> creators)
          Set the creators to add to the registry.
 void setModuleCreatorRegistry(ModuleCreatorRegistry registry)
          Set the registry reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleCreatorRegistryHelper

public ModuleCreatorRegistryHelper()
Method Detail

setCreators

public void setCreators(List<ModuleCreator> creators)
Set the creators to add to the registry.


setModuleCreatorRegistry

public void setModuleCreatorRegistry(ModuleCreatorRegistry registry)
Set the registry reference.


initialize

public void initialize()
Method to be called when all dependencies have been injected.



Copyright © 2012. All Rights Reserved.