org.riotfamily.pages.setup
Class SiteFactoryBean
java.lang.Object
org.riotfamily.pages.setup.SiteFactoryBean
- All Implemented Interfaces:
- FactoryBean, InitializingBean, ApplicationContextAware
public class SiteFactoryBean
- extends Object
- implements FactoryBean, InitializingBean, ApplicationContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteFactoryBean
public SiteFactoryBean()
setPageDao
public void setPageDao(PageDao pageDao)
setTransactionManager
public void setTransactionManager(PlatformTransactionManager transactionManager)
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interface ApplicationContextAware
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
setLocale
public void setLocale(Locale locale)
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean
- Throws:
Exception