org.codehaus.groovy.grails.commons
Class DefaultGrailsUrlMappingsClass
java.lang.Object
org.codehaus.groovy.grails.commons.AbstractGrailsClass
org.codehaus.groovy.grails.commons.DefaultGrailsUrlMappingsClass
- All Implemented Interfaces:
- GrailsClass, GrailsUrlMappingsClass
public class DefaultGrailsUrlMappingsClass
- extends AbstractGrailsClass
- implements GrailsUrlMappingsClass
Method Summary |
groovy.lang.Closure |
getMappingsClosure()
Returns the mappings closure which is called to evaluate the url mappings. |
Methods inherited from class org.codehaus.groovy.grails.commons.AbstractGrailsClass |
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyValue, getPropertyValue, getReference, getShortName, hasProperty, newInstance, toString |
Methods inherited from interface org.codehaus.groovy.grails.commons.GrailsClass |
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getShortName, hasProperty, newInstance |
URL_MAPPINGS
public static final String URL_MAPPINGS
- See Also:
- Constant Field Values
DefaultGrailsUrlMappingsClass
public DefaultGrailsUrlMappingsClass(Class clazz)
getMappingsClosure
public groovy.lang.Closure getMappingsClosure()
- Description copied from interface:
GrailsUrlMappingsClass
- Returns the mappings closure which is called to evaluate the url mappings.
- Specified by:
getMappingsClosure
in interface GrailsUrlMappingsClass
- Returns:
- A Closure instance
Copyright (c) 2005-2006 The Grails project