Class ServletConfig

java.lang.Object
com.helger.phase4.springboot.servlet.ServletConfig

@Configuration public class ServletConfig extends Object
  • Constructor Details

    • ServletConfig

      public ServletConfig()
  • Method Details

    • getCryptoFactoryToUse

      @Nonnull public static com.helger.phase4.crypto.IAS4CryptoFactory getCryptoFactoryToUse()
      This method is a placeholder for retrieving a custom IAS4CryptoFactory.
      Returns:
      the IAS4CryptoFactory to use. May not be null.
    • servletRegistrationBean

      @Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<ServletConfig.MyAS4Servlet> servletRegistrationBean(jakarta.servlet.ServletContext ctx)
    • destroyer

      @Bean public com.helger.phase4.springboot.servlet.ServletConfig.Destroyer destroyer()