Class WebjetComponentSpringConfig
java.lang.Object
sk.iway.iwcm.system.spring.webjet_component.WebjetComponentSpringConfig
-
Constructor Summary
ConstructorsConstructorDescriptionWebjetComponentSpringConfig
(org.springframework.context.ApplicationContext context) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.MessageSource
org.springframework.validation.Validator
org.thymeleaf.spring5.SpringTemplateEngine
org.thymeleaf.spring5.templateresolver.SpringResourceTemplateResolver
org.thymeleaf.spring5.view.ThymeleafViewResolver
-
Constructor Details
-
WebjetComponentSpringConfig
public WebjetComponentSpringConfig(org.springframework.context.ApplicationContext context)
-
-
Method Details
-
mvcValidator
@Bean public org.springframework.validation.Validator mvcValidator() -
viewResolver
-
messageSource
@Bean public org.springframework.context.MessageSource messageSource() -
templateEngine
@Bean public org.thymeleaf.spring5.SpringTemplateEngine templateEngine() -
thymeleafTemplateResolver
@Bean public org.thymeleaf.spring5.templateresolver.SpringResourceTemplateResolver thymeleafTemplateResolver() -
thymeleafViewResolver
@Bean public org.thymeleaf.spring5.view.ThymeleafViewResolver thymeleafViewResolver()
-