Changeset 25615 in main
- Timestamp:
- 07/28/22 10:57:55 (10 months ago)
- Location:
- trunk/ibisph-view/src/main/webapp/WEB-INF/config/spring
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/WEB-INF/config/spring/SiteSpecific.xml
r25613 r25615 140 140 141 141 <entry key="/indicator/contentblocks/*.html" value-ref="indicatorContentBlocksController"/> 142 <entry key="/indicator/view/*.json" value-ref="indicatorViewJSONController"/>143 <entry key="/indicator/*.json" value-ref="indicatorJSONController"/>144 142 <entry key="/indicator/content/*.js" value-ref="indicatorContentJavaScriptController"/> 145 143 -
trunk/ibisph-view/src/main/webapp/WEB-INF/config/spring/indicator.xml
r25613 r25615 325 325 <property name="view" ref="indicatorContentJavaScriptView"/> 326 326 </bean> 327 <bean id="indicatorJSONController" parent="indicatorProfileControllerProperties">328 <property name="view" ref="indicatorJSONView"/>329 </bean>330 <bean id="indicatorViewJSONController" parent="indicatorProfileControllerProperties">331 <property name="view" ref="indicatorViewJSONView"/>332 </bean>333 327 334 328 … … 379 373 <property name="XSLTPathAndFilename" value="json/IndicatorContentJavaScript.xslt"/> 380 374 </bean> 381 <bean id="indicatorJSONView" parent="commonXSLTTransformationView">382 <description>Generic conversion from https://github.com/bramstein/xsltjson</description>383 <property name="XSLTPathAndFilename" value="json/xml-to-json.xslt"/>384 </bean>385 375 386 376 </beans>
Note: See TracChangeset
for help on using the changeset viewer.