Groovy Documentation

org.codehaus.groovy.grails.commons
[Java] Interface GrailsUrlMappingsClass

org.codehaus.groovy.grails.commons.GrailsUrlMappingsClass
  org.codehaus.groovy.grails.commons.GrailsClass
All Superinterfaces:
GrailsClass

public interface GrailsUrlMappingsClass
extends GrailsClass

Loads the UrlMappings.


Method Summary
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.

 
Methods inherited from interface GrailsClass
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance
 

Method Detail

getExcludePatterns

@SuppressWarnings("rawtypes")
public java.util.List getExcludePatterns()
Returns a List of URI patterns to exclude.
Returns:
the patterns (Strings)


getMappingsClosure

public groovy.lang.Closure getMappingsClosure()
Returns the mappings closure which is called to evaluate the url mappings.
Returns:
A Closure instance


 

Groovy Documentation