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

grails.plugin.json.view.api.internal.ParentInfo.groovy Maven / Gradle / Ivy

Go to download

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

The newest version!
package grails.plugin.json.view.api.internal

import grails.views.GrailsViewTemplate
import groovy.transform.CompileStatic

@CompileStatic
class ParentInfo {
    /**
     * The parent template if any
     */
    GrailsViewTemplate parentTemplate

    /**
     * The parent model, if any
     */
    Map parentModel
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy