org.kuali.common.util.property
Class DefaultPropertyLoadContext
java.lang.Object
org.kuali.common.util.property.DefaultPropertyContext
org.kuali.common.util.property.DefaultPropertyLoadContext
- All Implemented Interfaces:
- PropertyContext, PropertyLoadContext
- Direct Known Subclasses:
- PropertyFactoryBean
public class DefaultPropertyLoadContext
- extends DefaultPropertyContext
- implements PropertyLoadContext
Methods inherited from class org.kuali.common.util.property.DefaultPropertyContext |
getDefaultProcessors, getEncProcessor, getEncryptionMode, getEncryptionPassword, getEncryptionStrength, getGlobalPropertiesMode, getHelper, getPrefix, getProcessors, getProperties, getResolvePlaceholders, getStyle, getStyleProcessor, initialize, resolve, resolveAndRemove, setEncryptionMode, setEncryptionPassword, setEncryptionStrength, setGlobalPropertiesMode, setHelper, setPrefix, setProcessors, setProperties, setResolvePlaceholders, setStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPropertyLoadContext
public DefaultPropertyLoadContext()
init
public Properties init()
- Specified by:
init
in interface PropertyLoadContext
validateGlobalPropertiesMode
protected void validateGlobalPropertiesMode(String globalPropertiesMode)
validate
protected void validate()
- Overrides:
validate
in class DefaultPropertyContext
getLocation
public String getLocation(String location,
Properties properties)
- Specified by:
getLocation
in interface PropertyLoadContext
getValidatedLocation
protected String getValidatedLocation(String location,
Mode missingLocationsMode)
validateResolved
protected void validateResolved(String string)
getResolvedLocation
protected String getResolvedLocation(String location,
Properties properties)
getGlobalProperties
protected Properties getGlobalProperties(Properties properties)
getLocationHelperProperties
protected Properties getLocationHelperProperties(Properties properties,
GlobalPropertiesMode mode)
getLocationProcessors
protected List<PropertyProcessor> getLocationProcessors()
getLocationHelperProcessors
protected List<PropertyProcessor> getLocationHelperProcessors()
getMissingLocationsMode
public String getMissingLocationsMode()
setMissingLocationsMode
public void setMissingLocationsMode(String missingLocationsMode)
getLocations
public List<String> getLocations()
- Specified by:
getLocations
in interface PropertyLoadContext
setLocations
public void setLocations(List<String> locations)
getOrgIdProperty
public String getOrgIdProperty()
setOrgIdProperty
public void setOrgIdProperty(String organizationGroupIdProperty)
getGroupIdProperty
public String getGroupIdProperty()
setGroupIdProperty
public void setGroupIdProperty(String groupIdProperty)
getVersionProperty
public String getVersionProperty()
setVersionProperty
public void setVersionProperty(String versionProperty)
getEncodingProperty
public String getEncodingProperty()
setEncodingProperty
public void setEncodingProperty(String encodingProperty)
getLocationHelperProperties
public Properties getLocationHelperProperties()
setLocationHelperProperties
public void setLocationHelperProperties(Properties locationHelperProperties)
getEncoding
public String getEncoding()
- Specified by:
getEncoding
in interface PropertyLoadContext
setEncoding
public void setEncoding(String encoding)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.