Deprecated API


Contents
Deprecated Interfaces
org.thymeleaf.standard.expression.IStandardExpressionEvaluator
          Implement IStandardVariableExpressionEvaluator instead. Will be removed in 2.1.x 
 

Deprecated Classes
org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor
          replaced by AbstractFragmentHandlingAttrProcessor. Will be removed in 2.1.x. 
org.thymeleaf.processor.element.AbstractFragmentElementProcessor
          replaced by AbstractFragmentHandlingElementProcessor. Will be removed in 2.1.x. 
org.thymeleaf.standard.processor.attr.AbstractStandardFragmentAttrProcessor
          replaced by AbstractStandardFragmentHandlingAttrProcessor. Will be removed in 2.1.x. 
org.thymeleaf.templateparser.EntitySubstitutionTemplateReader
          Renamed to TemplatePreprocessingReader. This class will be removed in 2.1.0 
org.thymeleaf.standard.expression.OgnlExpressionEvaluator
          Use OgnlVariableExpressionEvaluator instead. Will be removed in 2.1.x 
org.thymeleaf.standard.processor.attr.StandardIncludeAttrProcessor
          replaced by StandardIncludeFragmentAttrProcessor. Will be removed in 2.1.x. 
org.thymeleaf.standard.processor.attr.StandardSubstituteByAttrProcessor
          replaced by StandardSubstituteByFragmentAttrProcessor. Will be removed in 2.1.x. 
 

Deprecated Enums
org.thymeleaf.TemplateMode
          This enum has been deprecated as of 2.0.0. Template modes are now specified as Strings instead of enums (for enhanced extensibility). See TemplateResolver.setTemplateMode(String). 
 

Deprecated Fields
org.thymeleaf.context.WebContext.APPLICATION_VARIABLE_NAME
          Use WebVariablesMap.APPLICATION_VARIABLE_NAME instead. Will be removed in 2.1.x 
org.thymeleaf.context.WebContext.PARAM_VARIABLE_NAME
          Use WebVariablesMap.PARAM_VARIABLE_NAME instead. Will be removed in 2.1.x 
org.thymeleaf.Arguments.SELECTION_TARGET_LOCAL_VARIABLE_NAME
          Use instead.. 
org.thymeleaf.context.WebContext.SESSION_VARIABLE_NAME
          Use WebVariablesMap.SESSION_VARIABLE_NAME instead. Will be removed in 2.1.x 
 

Deprecated Methods
org.thymeleaf.expression.ExpressionEvaluatorObjects.computeEvaluationVariablesForArguments(Arguments)
          Use ExpressionEvaluatorObjects.computeEvaluationObjects(IProcessingContext) instead. Will be removed in 2.1.x 
org.thymeleaf.standard.fragment.StandardFragmentProcessor.computeStandardFragmentSpec(Arguments, String, String, String)
          Use StandardFragmentProcessor.computeStandardFragmentSpec(Configuration, IProcessingContext, String, String, String) instead. Will be removed in 2.1.x 
org.thymeleaf.standard.expression.StandardExpressionProcessor.createStandardExpressionExecutor(IStandardExpressionEvaluator)
          Use StandardExpressionProcessor.createStandardExpressionExecutor(IStandardVariableExpressionEvaluator) instead. Will be removed in 2.1.x 
org.thymeleaf.util.DOMUtils.extractFragmentByAttributeValue(Node, String, String, String)
          Use DOMUtils.extractFragmentByElementAndAttributeValue(List, String, String, String) instead. Will be removed in 2.1.x 
org.thymeleaf.util.DOMUtils.getXhtmlHtml5For(Node)
          To be removed in 2.1.0. Use DOMUtils.getHtml5For(Node), DOMUtils.getXhtmlFor(Node) or DOMUtils.getOutputFor(Node, AbstractGeneralTemplateWriter, String) instead. 
org.thymeleaf.templateresolver.TemplateResolver.setTemplateMode(TemplateMode)
          This method has been deprecated as of 2.0.0. Use TemplateResolver.setTemplateMode(String) instead. 
org.thymeleaf.dom.DocType.translateDOMDocumentType(DocumentType)
          Redundant. StandardDOMTranslator.translateDocumentType(org.w3c.dom.DocumentType) should be used instead. Will be removed in 2.1.0 
org.thymeleaf.context.AbstractProcessingContext.unsafeGetLocalVariables()
          Use AbstractProcessingContext.getLocalVariables() instead. Will be removed in 2.1.x. 
 

Deprecated Constructors
org.thymeleaf.context.WebContext(HttpServletRequest, ServletContext)
          use the equivalent constructor with an additional 'response' parameter. Will be removed in 2.1.x. 
org.thymeleaf.context.WebContext(HttpServletRequest, ServletContext, Locale)
          use the equivalent constructor with an additional 'response' parameter. Will be removed in 2.1.x. 
org.thymeleaf.context.WebContext(HttpServletRequest, ServletContext, Locale, Map)
          use the equivalent constructor with an additional 'response' parameter. Will be removed in 2.1.x. 
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.