Changeset 25616 in main
- Timestamp:
- 07/28/22 11:14:10 (14 months ago)
- Location:
- branches/3.0.1/ibisph-view/src/main/webapp/WEB-INF/config/spring
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0.1/ibisph-view/src/main/webapp/WEB-INF/config/spring/SiteSpecific.xml
r25614 r25616 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 145 143 <entry key="/indicator/preview/*.html" value-ref="indicatorPreviewController"/> -
branches/3.0.1/ibisph-view/src/main/webapp/WEB-INF/config/spring/indicator.xml
r24043 r25616 336 336 <property name="view" ref="indicatorContentBlocksView"/> 337 337 </bean> 338 <bean id="indicatorJSONController" parent="indicatorProfileControllerProperties">339 <property name="view" ref="indicatorJSONView"/>340 </bean>341 <bean id="indicatorViewJSONController" parent="indicatorProfileControllerProperties">342 <property name="view" ref="indicatorViewJSONView"/>343 </bean>344 338 345 339 … … 393 387 <property name="XSLTPathAndFilename" value="json/IndicatorViewDataset.xslt"/> 394 388 </bean> 395 <bean id="indicatorJSONView" parent="commonXSLTTransformationView">396 <description>Generic conversion from https://github.com/bramstein/xsltjson</description>397 <property name="XSLTPathAndFilename" value="json/xml-to-json.xslt"/>398 </bean>399 389 400 390 </beans>
Note: See TracChangeset
for help on using the changeset viewer.