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

.plugins.file-uploader.3.0.11.source-code.UrlMappings.groovy Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
/*
 * Copyright (c) 2016, CauseCode Technologies Pvt Ltd, India.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or
 * without modification, are not permitted.
 */

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy