Class OperatonBpmWebappAutoConfiguration
java.lang.Object
org.operaton.bpm.spring.boot.starter.webapp.OperatonBpmWebappAutoConfiguration
- All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Configuration
@ConditionalOnProperty(prefix="operaton.bpm.webapp",
name="enabled",
matchIfMissing=true)
@ConditionalOnBean(OperatonBpmProperties.class)
@ConditionalOnWebApplication
@AutoConfigureAfter(OperatonBpmAutoConfiguration.class)
public class OperatonBpmWebappAutoConfiguration
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Constructor Summary
ConstructorsConstructorDescriptionOperatonBpmWebappAutoConfiguration(org.springframework.core.io.ResourceLoader resourceLoader, OperatonBpmProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) voidaddViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) org.operaton.bpm.spring.boot.starter.webapp.OperatonBpmWebappInitializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addFormatters, addInterceptors, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
Constructor Details
-
OperatonBpmWebappAutoConfiguration
@Autowired public OperatonBpmWebappAutoConfiguration(org.springframework.core.io.ResourceLoader resourceLoader, OperatonBpmProperties properties)
-
-
Method Details
-
operatonBpmWebappInitializer
@Bean public org.operaton.bpm.spring.boot.starter.webapp.OperatonBpmWebappInitializer operatonBpmWebappInitializer() -
resourceLoaderDependingInitHook
@Bean(name="resourceLoaderDependingInitHook") public LazyDelegateFilter.InitHook<ResourceLoaderDependingFilter> resourceLoaderDependingInitHook() -
lazyInitRegistration
-
faviconResourceResolver
-
addResourceHandlers
public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) - Specified by:
addResourceHandlersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
addViewControllers
public void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) - Specified by:
addViewControllersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
-