Class RemotingInitializer


  • @Configuration
    public class RemotingInitializer
    extends java.lang.Object
    Configures the Webdav and Davex servlet to enabled remote access to the repository
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.web.servlet.ServletRegistrationBean remotingServlet()  
      org.springframework.boot.web.servlet.ServletRegistrationBean webDavServlet()  
      • Methods inherited from class java.lang.Object

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

      • RemotingInitializer

        public RemotingInitializer()
    • Method Detail

      • webDavServlet

        @Bean
        public org.springframework.boot.web.servlet.ServletRegistrationBean webDavServlet()
      • remotingServlet

        @Bean
        public org.springframework.boot.web.servlet.ServletRegistrationBean remotingServlet()