Uses of Class
org.kuali.common.util.property.PropertiesContext

Packages that use PropertiesContext
org.kuali.common.util   
org.kuali.common.util.property   
org.kuali.common.util.spring   
 

Uses of PropertiesContext in org.kuali.common.util
 

Methods in org.kuali.common.util with parameters of type PropertiesContext
static Properties PropertyUtils.load(PropertiesContext context)
           
 

Uses of PropertiesContext in org.kuali.common.util.property
 

Methods in org.kuali.common.util.property that return PropertiesContext
 PropertiesContext ProjectProperties.getPropertiesContext()
           
 

Methods in org.kuali.common.util.property with parameters of type PropertiesContext
 void ProjectProperties.setPropertiesContext(PropertiesContext propertiesContext)
           
 

Constructors in org.kuali.common.util.property with parameters of type PropertiesContext
ProjectProperties(Project project, PropertiesContext propertiesContext)
           
 

Uses of PropertiesContext in org.kuali.common.util.spring
 

Subclasses of PropertiesContext in org.kuali.common.util.spring
 class PropertiesLoaderFactoryBean
          The improvement over Springs PropertiesFactoryBean is the ability to dynamically resolve placeholders in the property locations themselves.
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.