Package org.frankframework.configuration
Class HostnamePropertySourcePostProcessor
java.lang.Object
org.frankframework.lifecycle.AbstractPropertySourcePostProcessor
org.frankframework.configuration.HostnamePropertySourcePostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.config.BeanFactoryPostProcessor
,org.springframework.context.EnvironmentAware
,org.springframework.core.Ordered
,org.springframework.core.PriorityOrdered
Make the hostname property available to the Ibis configuration and the Spring
configuration.
- Author:
- Jaco de Groot
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.lifecycle.AbstractPropertySourcePostProcessor
getOrder, postProcessBeanFactory, setEnvironment
-
Field Details
-
HOSTNAME_PROPERTY
- See Also:
-
-
Constructor Details
-
HostnamePropertySourcePostProcessor
public HostnamePropertySourcePostProcessor()
-
-
Method Details
-
convertProperties
- Specified by:
convertProperties
in classAbstractPropertySourcePostProcessor
- Parameters:
props
- An empty or previously setProperties
object
-