org.jasig.portal.layout.dlm
Interface ConfigurationLoader

All Known Implementing Classes:
LegacyConfigurationLoader, RDBMConfigurationLoader

public interface ConfigurationLoader

Since:
uPortal 2.5
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $

Method Summary
 List<FragmentDefinition> getFragments()
           
 String getProperty(String propertyName)
           
 int getPropertyCount()
           
 

Method Detail

getFragments

List<FragmentDefinition> getFragments()
Returns:
The available fragment definitions

getProperty

String getProperty(String propertyName)
Returns:
The DLM configuration property

getPropertyCount

int getPropertyCount()
Returns:
The number of properties


Copyright © 2010 Jasig. All Rights Reserved.