summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/config/spring-beans/sparky-personalization-service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sparkybe-onap-application/config/spring-beans/sparky-personalization-service.xml')
-rw-r--r--sparkybe-onap-application/config/spring-beans/sparky-personalization-service.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-personalization-service.xml b/sparkybe-onap-application/config/spring-beans/sparky-personalization-service.xml
new file mode 100644
index 0000000..6ad3f8d
--- /dev/null
+++ b/sparkybe-onap-application/config/spring-beans/sparky-personalization-service.xml
@@ -0,0 +1,19 @@
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="
+ http://www.springframework.org/schema/beans
+ http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+
+ <bean id="personalizationConfig"
+ class="org.onap.aai.sparky.personalization.config.PersonalizationConfig">
+ <property name="topLeftHeader" value="${personalization.topLeftHeader:A&amp;AI}" />
+ <property name="htmlDocumentTitle" value="${personalization.htmlDocumentTitle:A&amp;AI}" />
+ </bean>
+
+ <bean id="personalizationServiceProcessor"
+ class="org.onap.aai.sparky.personalization.PersonalizationServiceProvider">
+ <constructor-arg ref="personalizationConfig" />
+ </bean>
+
+</beans> \ No newline at end of file