a.maha-api-jersey.6.112.source-code.maha-jersey-context.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2017, Yahoo Holdings Inc. Licensed under the terms of the Apache License 2.0. Please see LICENSE file in project root for terms. --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> <bean id="mahaResource" class="com.yahoo.maha.api.jersey.MahaResource"> <constructor-arg name="mahaService" ref="mahaService"/> <constructor-arg name="baseRequest" ref="baseRequest"/> <constructor-arg name="requestValidator" ref="requestValidator"/> <constructor-arg name="mahaRequestContextBuilder" ref="mahaRequestContextBuilder"/> <constructor-arg name="debugRenderer" ref="debugRenderer"/> <constructor-arg name="debugUserListCSV" value="unknown"/> <constructor-arg name="mahaAvaticaService" ref="mahaAvaticaService"/> </bean> </beans>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy