Package grails.core

Interface GrailsUrlMappingsClass

    • Method Detail

      • getMappingsClosure

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

        java.util.List getExcludePatterns()
        Returns a List of URI patterns to exclude.
        Returns:
        the patterns (Strings)