org.jasig.portal.layout.dlm
Class RDBMConfigurationLoader
java.lang.Object
org.jasig.portal.layout.dlm.LegacyConfigurationLoader
org.jasig.portal.layout.dlm.RDBMConfigurationLoader
- All Implemented Interfaces:
- ConfigurationLoader
public class RDBMConfigurationLoader
- extends LegacyConfigurationLoader
Implementation of ConfigurationLoader that loads
FragmentDefinition objects from the database using JPA/Hibernate.
You can enable this feature by setting the ConfigurationLoader.impl
property in dlm.xml.
- Author:
- awills
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDBMConfigurationLoader
public RDBMConfigurationLoader()
setFragmentDao
public void setFragmentDao(IFragmentDefinitionDao fragmentDao)
- Parameters:
fragmentDao - the fragmentDao to set
getFragments
public List<FragmentDefinition> getFragments()
- Specified by:
getFragments in interface ConfigurationLoader- Overrides:
getFragments in class LegacyConfigurationLoader
- Returns:
- The available fragment definitions
getFragments
protected List<FragmentDefinition> getFragments(NodeList frags)
- Overrides:
getFragments in class LegacyConfigurationLoader
Copyright © 2010 Jasig. All Rights Reserved.