info.magnolia.module.blossom
Class BlossomConfiguration

java.lang.Object
  extended by info.magnolia.module.blossom.BlossomConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class BlossomConfiguration
extends Object
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean

Used in bean configuration to set up internal singletons. Delegates to BlossomModule and creates default strategies for singletons that haven't been configured.

Since:
1.0

Constructor Summary
BlossomConfiguration()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setDialogCreator(DialogCreator dialogCreator)
           
 void setDialogRegistry(BlossomDialogRegistry dialogRegistry)
           
 void setParagraphRegistry(BlossomParagraphRegistry paragraphRegistry)
           
 void setTemplateRegistry(BlossomTemplateRegistry templateRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlossomConfiguration

public BlossomConfiguration()
Method Detail

setParagraphRegistry

public void setParagraphRegistry(BlossomParagraphRegistry paragraphRegistry)

setTemplateRegistry

public void setTemplateRegistry(BlossomTemplateRegistry templateRegistry)

setDialogRegistry

public void setDialogRegistry(BlossomDialogRegistry dialogRegistry)

setDialogCreator

public void setDialogCreator(DialogCreator dialogCreator)

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2009-2011 Magnolia International Ltd.. All Rights Reserved.