ndelion.datatables-spring3.1.0.0.source-code.dandelion-datatables.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datatables-spring3 Show documentation
Show all versions of datatables-spring3 Show documentation
Extra providing utilities when dealing with Spring 3.x+.
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <!-- Add support for @DatatablesParams annotations in controller's methods --> <mvc:annotation-driven> <mvc:argument-resolvers> <bean class="com.github.dandelion.datatables.extras.spring3.ajax.DatatablesCriteriasMethodArgumentResolver" /> </mvc:argument-resolvers> </mvc:annotation-driven> </beans>