org.riotfamily.pages.setup
Class PageSetupBean
java.lang.Object
org.riotfamily.pages.setup.PageSetupBean
- All Implemented Interfaces:
- InitializingBean, ApplicationContextAware
public class PageSetupBean
- extends Object
- implements InitializingBean, ApplicationContextAware
- Since:
- 6.5
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageSetupBean
public PageSetupBean()
setPageDao
public void setPageDao(PageDao pageDao)
setTransactionManager
public void setTransactionManager(PlatformTransactionManager transactionManager)
setSiteDefinitions
public void setSiteDefinitions(List<SiteDefinition> siteDefinitions)
setPageDefinitions
public void setPageDefinitions(List<PageDefinition> definitions)
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
createNodes
protected void createNodes()
createSites
protected List<Site> createSites()