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

com.causecode.fileuploader.UrlMappings.groovy Maven / Gradle / Ivy

The newest version!
package com.causecode.fileuploader

/**
 * This class is used for mapping requests to controllers and views.
 */
class UrlMappings {

	static mappings = {
		"/$controller/$action?/$id?" {
			constraints {
				// apply constraints here
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy