|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertiesFactoryBean
org.alfresco.config.SystemPropertiesFactoryBean
org.alfresco.config.JndiPropertiesFactoryBean
public class JndiPropertiesFactoryBean
An extended SystemPropertiesFactoryBean
that allows properties to be set through JNDI entries in
java:comp/env/properties/*. The precedence given to system properties is still as per the superclass.
Field Summary |
---|
Fields inherited from class org.springframework.core.io.support.PropertiesLoaderSupport |
---|
logger, XML_FILE_EXTENSION |
Constructor Summary | |
---|---|
JndiPropertiesFactoryBean()
|
Method Summary | |
---|---|
protected void |
resolveMergedProperty(java.lang.String propertyName,
java.util.Properties props)
Override hook. |
Methods inherited from class org.alfresco.config.SystemPropertiesFactoryBean |
---|
mergeProperties, setSystemProperties, setSystemPropertiesMode, setSystemPropertiesModeName |
Methods inherited from class org.springframework.beans.factory.config.PropertiesFactoryBean |
---|
afterPropertiesSet, createInstance, createProperties, getObject, getObjectType, isSingleton, setSingleton |
Methods inherited from class org.springframework.core.io.support.PropertiesLoaderSupport |
---|
loadProperties, setFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setLocations, setProperties, setPropertiesArray, setPropertiesPersister |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JndiPropertiesFactoryBean()
Method Detail |
---|
protected void resolveMergedProperty(java.lang.String propertyName, java.util.Properties props)
SystemPropertiesFactoryBean
resolveMergedProperty
in class SystemPropertiesFactoryBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |