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

grails.views.gradle.json.GrailsJsonViewsPlugin.groovy Maven / Gradle / Ivy

Go to download

Provides additional view technologies to the Grails framework, including JSON and Markup views.

There is a newer version: 4.0.0-M1
Show newest version
package grails.views.gradle.json

import grails.views.gradle.AbstractGroovyTemplatePlugin
import groovy.transform.CompileStatic

/**
 * Concrete implementation of plugin for JSON views
 *
 * @author Graeme Rocher
 * @since 1.0
 */
@CompileStatic
class GrailsJsonViewsPlugin extends AbstractGroovyTemplatePlugin {

    GrailsJsonViewsPlugin() {
        super(JsonViewCompilerTask, "gson")
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy