Class FaviconConfiguration


  • @Configuration
    public class FaviconConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.handler.SimpleUrlHandlerMapping myFaviconHandlerMapping()  
      protected org.springframework.web.servlet.resource.ResourceHttpRequestHandler myFaviconRequestHandler()  
      • Methods inherited from class java.lang.Object

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

      • FaviconConfiguration

        public FaviconConfiguration()
    • Method Detail

      • myFaviconHandlerMapping

        @Bean
        public org.springframework.web.servlet.handler.SimpleUrlHandlerMapping myFaviconHandlerMapping()
      • myFaviconRequestHandler

        @Bean
        protected org.springframework.web.servlet.resource.ResourceHttpRequestHandler myFaviconRequestHandler()