org.thymeleaf.spring3
Class SpringThymeleafTemplateEngine

Object
  extended by org.thymeleaf.TemplateEngine
      extended by org.thymeleaf.spring3.SpringTemplateEngine
          extended by org.thymeleaf.spring3.SpringThymeleafTemplateEngine
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware

Deprecated. Use SpringTemplateEngine instead. This class will be removed in Thymeleaf 1.0.2

@Deprecated
public class SpringThymeleafTemplateEngine
extends SpringTemplateEngine

DEPRECATED. This class has been renamed as SpringTemplateEngine, and the class with the old name has been kept to ease transition from old versions of the library.

You should use SpringTemplateEngine instead.


Field Summary
 
Fields inherited from class org.thymeleaf.TemplateEngine
THYMELEAF_NON_EXECUTABLE_NODE, TIMER_LOGGER_NAME
 
Constructor Summary
SpringThymeleafTemplateEngine()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.thymeleaf.spring3.SpringTemplateEngine
afterPropertiesSet, initializeSpecific, initializeSpringSpecific, setMessageSource
 
Methods inherited from class org.thymeleaf.TemplateEngine
addDialect, addDialect, addMessageResolver, addTemplateResolver, clearDialects, clearParsedTemplateCache, clearParsedTemplateCacheFor, getConfiguration, getDialects, getDialectsByPrefix, getMessageResolvers, getParsedTemplateCacheSize, getTemplateResolvers, initialize, isInitialized, process, setDefaultMessageResolvers, setDialect, setDialects, setDialectsByPrefix, setMessageResolver, setMessageResolvers, setParsedTemplateCacheSize, setTemplateResolver, setTemplateResolvers, threadIndex, threadLocale
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringThymeleafTemplateEngine

public SpringThymeleafTemplateEngine()
Deprecated. 


Copyright © 2011 The THYMELEAF team. All Rights Reserved.