Package org.grails.core
Class DefaultGrailsUrlMappingsClass
- java.lang.Object
-
- org.grails.core.AbstractGrailsClass
-
- org.grails.core.DefaultGrailsUrlMappingsClass
-
- All Implemented Interfaces:
GrailsClass,GrailsUrlMappingsClass,GrailsApplicationAware,org.springframework.beans.factory.Aware
public class DefaultGrailsUrlMappingsClass extends AbstractGrailsClass implements GrailsUrlMappingsClass
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringURL_MAPPINGS-
Fields inherited from class org.grails.core.AbstractGrailsClass
grailsApplication
-
-
Constructor Summary
Constructors Constructor Description DefaultGrailsUrlMappingsClass(java.lang.Class<?> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetExcludePatterns()Returns a List of URI patterns to exclude.groovy.lang.Closure<?>getMappingsClosure()Returns the mappings closure which is called to evaluate the url mappings.-
Methods inherited from class org.grails.core.AbstractGrailsClass
getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getMetaProperties, getName, getNaturalName, getPackageName, getPluginName, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, isAbstract, isActionMethod, isReadableProperty, newInstance, setGrailsApplication, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface grails.core.support.GrailsApplicationAware
setGrailsApplication
-
Methods inherited from interface grails.core.GrailsClass
getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPluginName, getPropertyName, getPropertyValue, getPropertyValue, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance
-
-
-
-
Field Detail
-
URL_MAPPINGS
public static final java.lang.String URL_MAPPINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMappingsClosure
public groovy.lang.Closure<?> getMappingsClosure()
Description copied from interface:GrailsUrlMappingsClassReturns the mappings closure which is called to evaluate the url mappings.- Specified by:
getMappingsClosurein interfaceGrailsUrlMappingsClass- Returns:
- A Closure instance
-
getExcludePatterns
public java.util.List getExcludePatterns()
Description copied from interface:GrailsUrlMappingsClassReturns a List of URI patterns to exclude.- Specified by:
getExcludePatternsin interfaceGrailsUrlMappingsClass- Returns:
- the patterns (Strings)
-
-