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
FieldsFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPropertySourcePostProcessor
getOrder, postProcessBeanFactory, setEnvironment
-
Field Details
-
HOSTNAME_PROPERTY
- See Also:
-
-
Constructor Details
-
HostnamePropertySourcePostProcessor
public HostnamePropertySourcePostProcessor()
-
-
Method Details
-
convertProperties
- Specified by:
convertPropertiesin classAbstractPropertySourcePostProcessor- Parameters:
props- An empty or previously setPropertiesobject
-