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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionServletRegistration
<org.springframework.web.servlet.DispatcherServlet> void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
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 interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
backendServletBean
@Bean public ServletRegistration<org.springframework.web.servlet.DispatcherServlet> backendServletBean() -
frontendServletBean
-