All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ndelion.datatables-spring3.1.0.1.source-code.dandelion-datatables.xml Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy