Interface UrlMappingEvaluator

    • Method Detail

      • evaluateMappings

        java.util.List<UrlMapping> evaluateMappings​(org.springframework.core.io.Resource resource)
        Evaluates URL mapping from the give Spring Resource
        Parameters:
        resource - The Spring Resource to evaluate mapping from
        Returns:
        A list of UrlMapping instances
      • evaluateMappings

        java.util.List<UrlMapping> evaluateMappings​(java.lang.Class theClass)
        Evaluates mapping from the given class if possible
        Parameters:
        theClass - The class to evaluate mapping from
        Returns:
        A list of UrlMapping instances
      • evaluateMappings

        java.util.List<UrlMapping> evaluateMappings​(groovy.lang.Closure closure)
        Evaluates mapping from the given closure if possible
        Parameters:
        closure - The closure to evaluate mapping from
        Returns:
        A list of UrlMapping instances