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

com.causecode.seo.sitemap.Sitemap.groovy Maven / Gradle / Ivy

Go to download

nucleus is a Grails-Groovy plugin which contains utility methods, classes and endpoints.

There is a newer version: 1.1.0
Show newest version
package com.causecode.seo.sitemap

import groovy.transform.EqualsAndHashCode
import groovy.transform.ToString

/**
 * Sitemap groovy class used to specify has many URL relationship.
 */
@ToString(includes = ['id'], includePackage = false)
@EqualsAndHashCode
class Sitemap {
    static hasMany = [urlset: Url]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy