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
  • Constructor Details

    • ThymeleafTemplateServiceImpl

      public ThymeleafTemplateServiceImpl(String serverBaseUrl, Theme theme, boolean cacheEnabled, boolean modCssExists)
      Parameters:
      serverBaseUrl - not null
      theme - may be null
      cacheEnabled -
      modCssExists -
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • write

      public jakarta.ws.rs.core.StreamingOutput write(org.thymeleaf.context.Context context, ThymeleafTemplateService.MainValues mainValues)
      Specified by:
      write in interface ThymeleafTemplateService
      Parameters:
      context - not null
      mainValues - not null
      Returns: