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

skeleton.grails-app.controllers.UrlMappings.groovy Maven / Gradle / Ivy

The newest version!
class UrlMappings {

    static mappings = {
        "/$controller/$action?/$id?(.$format)?"{
            constraints {
                // apply constraints here
            }
        }

        "/"(view:"/index")
        "500"(view:'/error')
        "404"(view:'/notFound')
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy