GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / src / commons / org / codehaus / groovy / grails / commons / UrlMappingsArtefactHandler.java
blobe282e01f1a39c1f6aa6a1fabcf572aeca6fb5f18
1 /* Copyright 2004-2005 Graeme Rocher
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
7 * http://www.apache.org/licenses/LICENSE-2.0
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
15 package org.codehaus.groovy.grails.commons;
18 /**
19 * A handler for UrlMappings
21 * @author Graeme Rocher
22 * @since 0.5
24 * <p/>
25 * Created: Mar 6, 2007
26 * Time: 6:20:30 PM
28 public class UrlMappingsArtefactHandler extends ArtefactHandlerAdapter {
30 public static final String TYPE = "UrlMappings";
32 public UrlMappingsArtefactHandler() {
33 super(TYPE, GrailsUrlMappingsClass.class, DefaultGrailsUrlMappingsClass.class, DefaultGrailsUrlMappingsClass.URL_MAPPINGS);