org.camunda.bpm.cycle.web.jaxrs.ext
Class TemplateConfiguration

java.lang.Object
  extended by org.camunda.bpm.cycle.web.jaxrs.ext.TemplateConfiguration

@Configuration
public class TemplateConfiguration
extends Object

Exposes the template resolving beans to the spring context.

Author:
andreas.drobisch, nico.rehwaldt
See Also:
TemplateMessageBodyWriter, TemplateExceptionMapper

Constructor Summary
TemplateConfiguration()
           
 
Method Summary
 org.xnap.commons.i18n.I18n i18n()
           
 org.thymeleaf.spring3.SpringTemplateEngine templateEngine()
           
 org.thymeleaf.templateresolver.TemplateResolver templateResolver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateConfiguration

public TemplateConfiguration()
Method Detail

i18n

@Bean
public org.xnap.commons.i18n.I18n i18n()

templateResolver

@Bean
public org.thymeleaf.templateresolver.TemplateResolver templateResolver()

templateEngine

@Bean
public org.thymeleaf.spring3.SpringTemplateEngine templateEngine()


Copyright © 2014 camunda services GmbH. All rights reserved.