Interface | Description |
---|---|
BeansProperties |
A place to put the name of the
beans.properties resource. |
Class | Description |
---|---|
ClassPathBeanPropertiesResolver |
A
PropertyResolver that resolves values by considering each
property name to be a path to a beans.properties resource on
the class path. |
JndiEnvBeanPropertiesResolver |
A resolver that looks up a JNDI environment variable and (if found)
interprets it as a space and/or comma delimited list of URLs to
properties files to consult (in the given order) for name resolution.
|
JndiEnvUrlPathBeanPropertiesResolver |
A resolver that looks up a JNDI environment variable and (if found)
interprets it as a space and/or comma delimited list of URLs to
properties files to consult (in the given order) for name resolution.
|
JndiObjectLocator |
A singleton JNDI object locator utility.
|
MetaInfBeanPropertiesResolver |
A resolver that looks for
META-INF/beans.properties resources on the
classpath and uses all such properties resources to attempt to resolve bean
properties. |
PropertiesSet |
An ordered set of
Properties collections. |
SystemPropertiesResolver |
A
PropertyResolver that consults system properties. |
SystemPropertyFileResolver |
A
PropertyResolver that loads a property file referenced by a
System property. |
UrlPathBeanPropertiesResolver |
A
PropertyResolver that resolves values by considering each
property name to be a path to a beans.properties resource on
the class path. |
Copyright © 2014–2016. All rights reserved.