Class WebDavProperties

java.lang.Object
org.alfresco.webdav.WebDavProperties

@Configuration @PropertySource("classpath:default.properties") @PropertySource(value="classpath:${environment}.properties",ignoreResourceNotFound=true) public class WebDavProperties extends Object
  • Constructor Details

    • WebDavProperties

      public WebDavProperties()
  • Method Details

    • propertySourcesPlaceholderConfigurer

      @Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
    • getWebDavPort

      public int getWebDavPort()
    • setWebDavPort

      public void setWebDavPort(int webDavPort)