public class ConsoleFrontendBean extends Object implements org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
ConsoleFrontendBean() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.context.support.HttpRequestHandlerServlet> |
createFrontendServletBean() |
org.springframework.web.servlet.resource.ResourceHttpRequestHandler |
resourceHttpRequestHandler()
Spring MVC Bean that allows file retrieval from (classpath) jars and static resources (META-INF/resources).
|
org.springframework.web.servlet.handler.SimpleUrlHandlerMapping |
sampleServletMapping()
Spring Boot requires a mapping to delegate traffic coming from an URI path to a servlet.
|
@Bean public org.springframework.web.servlet.resource.ResourceHttpRequestHandler resourceHttpRequestHandler()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.context.support.HttpRequestHandlerServlet> createFrontendServletBean()
@Bean public org.springframework.web.servlet.handler.SimpleUrlHandlerMapping sampleServletMapping()
Copyright © 2023 Frank!Framework. All rights reserved.