Class SpringBootAnnotationConfigProvider

  • All Implemented Interfaces:
    org.ocpsoft.common.pattern.Specialized<java.lang.Object>, org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.config.ConfigurationProvider<javax.servlet.ServletContext>

    public class SpringBootAnnotationConfigProvider
    extends org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider
    An HttpConfigurationProvider that scans classes in the classpath for Rewrite Annotations.

    Inspired by the AnnotationConfigProvider: Finds class' names and handles the rule evaluation via ClassVisitorImpl.

    See Also:
    AnnotationConfigProvider, WebClassesFinder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ocpsoft.rewrite.config.Configuration getConfiguration​(javax.servlet.ServletContext servletContext)  
      int priority()  
      • Methods inherited from class org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider

        handles
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringBootAnnotationConfigProvider

        public SpringBootAnnotationConfigProvider()
    • Method Detail

      • getConfiguration

        @Nullable
        public org.ocpsoft.rewrite.config.Configuration getConfiguration​(javax.servlet.ServletContext servletContext)
      • priority

        public int priority()