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.MessageSourceorg.springframework.validation.Validatororg.thymeleaf.spring5.SpringTemplateEngineorg.thymeleaf.spring5.templateresolver.SpringResourceTemplateResolverorg.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()
-