Class RegisterServletEndpoints

java.lang.Object
org.frankframework.console.configuration.RegisterServletEndpoints
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

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

    • RegisterServletEndpoints

      public RegisterServletEndpoints()
  • 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
    • backendServletBean

      @Bean public ServletRegistration<org.springframework.web.servlet.DispatcherServlet> backendServletBean()
    • frontendServletBean

      @Bean public ServletRegistration<ConsoleFrontend> frontendServletBean()