Class LadybugServletConfiguration

java.lang.Object
org.frankframework.ladybug.config.LadybugServletConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Configuration public class LadybugServletConfiguration extends Object implements org.springframework.context.ApplicationContextAware
  • Constructor Details

    • LadybugServletConfiguration

      public LadybugServletConfiguration()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • ladybugApiServletBean

      @Bean public ServletRegistration<nl.nn.testtool.web.ApiServlet> ladybugApiServletBean()
    • ladybugFrontendServletBean

      @Bean public ServletRegistration<nl.nn.testtool.web.FrontendServlet> ladybugFrontendServletBean()
    • testtoolServletBean

      @Bean public ServletRegistration<TesttoolServlet> testtoolServletBean()