public class DefaultGrailsUrlMappingsClass extends AbstractGrailsClass implements GrailsUrlMappingsClass
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URL_MAPPINGS |
grailsApplication| Constructor and Description |
|---|
DefaultGrailsUrlMappingsClass(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getExcludePatterns()
Returns a List of URI patterns to exclude.
|
groovy.lang.Closure<?> |
getMappingsClosure()
Returns the mappings closure which is called to evaluate the url mappings.
|
getClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReference, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, isAbstract, isActionMethod, isReadableProperty, newInstance, setGrailsApplication, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstancesetGrailsApplicationpublic static final java.lang.String URL_MAPPINGS
public DefaultGrailsUrlMappingsClass(java.lang.Class<?> clazz)
public groovy.lang.Closure<?> getMappingsClosure()
GrailsUrlMappingsClassgetMappingsClosure in interface GrailsUrlMappingsClasspublic java.util.List getExcludePatterns()
GrailsUrlMappingsClassgetExcludePatterns in interface GrailsUrlMappingsClass