Package dev.dsf.bpe.ui
Class ThymeleafTemplateServiceImpl
java.lang.Object
dev.dsf.bpe.ui.ThymeleafTemplateServiceImpl
- All Implemented Interfaces:
ThymeleafTemplateService,org.springframework.beans.factory.InitializingBean
public class ThymeleafTemplateServiceImpl
extends Object
implements ThymeleafTemplateService, org.springframework.beans.factory.InitializingBean
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.dsf.bpe.ui.ThymeleafTemplateService
ThymeleafTemplateService.MainValues -
Constructor Summary
ConstructorsConstructorDescriptionThymeleafTemplateServiceImpl(String serverBaseUrl, Theme theme, boolean cacheEnabled, boolean modCssExists) -
Method Summary
Modifier and TypeMethodDescriptionvoidjakarta.ws.rs.core.StreamingOutputwrite(org.thymeleaf.context.Context context, ThymeleafTemplateService.MainValues mainValues)
-
Constructor Details
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
write
public jakarta.ws.rs.core.StreamingOutput write(org.thymeleaf.context.Context context, ThymeleafTemplateService.MainValues mainValues) - Specified by:
writein interfaceThymeleafTemplateService- Parameters:
context- notnullmainValues- notnull- Returns:
-