Class and Description |
---|
org.thymeleaf.templateparser.xmldom.AbstractNonValidatingDOMTemplateParser
DOM parsers are not supported anymore. Use SAX equivalents instead. Will be removed in 3.0.
|
org.thymeleaf.processor.attr.AbstractRemovalAttrProcessor
Deprecated in 2.1.0, in favour of
AbstractMarkupRemovalAttrProcessor . Will be removed in 3.0. |
org.thymeleaf.templateparser.xmldom.AbstractValidatingDOMTemplateParser
DOM parsers are not supported anymore. Use SAX equivalents instead. Will be removed in 3.0.
|
org.thymeleaf.util.PrefixUtils |
org.thymeleaf.standard.expression.StandardExpressionExecutor
The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods
in Expression objects returned by parsers should be used directly.
|
org.thymeleaf.standard.expression.StandardExpressionProcessor
the StandardExpressionProcessor class was deprecated in 2.1.0 for semantic and refactoring reasons.
Should use the equivalent
StandardExpressions instead if you want to obtain
parser instances registered by the standard dialects, or instance your
parser instances using their constructors directly if you are building your own dialect
including these parserss. As for expression execution, this is no longer managed by executor
objects (also deprecated) but by the expressions themselves. Will be removed in 3.0. |
org.thymeleaf.util.UrlUtils
in 2.1.4, and replaced by the use of Unbescape's UriEscape class.
|
org.thymeleaf.templateparser.xmldom.XhtmlAndHtml5NonValidatingDOMTemplateParser
DOM parsers are not supported anymore. Use SAX equivalents instead. Will be removed in 3.0.
|
org.thymeleaf.templateparser.xmldom.XhtmlValidatingDOMTemplateParser
DOM parsers are not supported anymore. Use SAX equivalents instead. Will be removed in 3.0.
|
org.thymeleaf.templateparser.xmldom.XmlNonValidatingDOMTemplateParser
DOM parsers are not supported anymore. Use SAX equivalents instead. Will be removed in 3.0.
|
org.thymeleaf.templateparser.xmldom.XmlValidatingDOMTemplateParser
DOM parsers are not supported anymore. Use SAX equivalents instead. Will be removed in 3.0.
|
Field and Description |
---|
org.thymeleaf.standard.StandardDialect.EXPRESSION_EVALUATOR_EXECUTION_ATTRIBUTE
This constant was removed in 2.1.0. Access to expression evaluator and expression parser objects
should be made through the
StandardExpressions class. Will be removed in 3.0 |
org.thymeleaf.standard.expression.StandardExpressionProcessor.STANDARD_EXPRESSION_EXECUTOR_ATTRIBUTE_NAME |
org.thymeleaf.standard.expression.StandardExpressionProcessor.STANDARD_EXPRESSION_PARSER_ATTRIBUTE_NAME |
org.thymeleaf.Configuration.STANDARD_THYMELEAF_DIALECT
Deprecated in 2.1.0. Create a new instance of the StandardDialect using its constructors instead.
Will be removed in 3.0
|
Constructor and Description |
---|
org.thymeleaf.dom.CDATASection(String, boolean)
Deprecated in 2.1.3. Will be removed in 3.0. Text and CDATA nodes do not perform XML-escaping anymore.
|
org.thymeleaf.dom.CDATASection(String, boolean, String)
Deprecated in 2.1.3. Will be removed in 3.0. Text and CDATA nodes do not perform XML-escaping anymore.
|
org.thymeleaf.dom.CDATASection(String, boolean, String, Integer)
Deprecated in 2.1.3. Will be removed in 3.0. Text and CDATA nodes do not perform XML-escaping anymore.
|
org.thymeleaf.standard.expression.StandardExpressionExecutor(IStandardVariableExpressionEvaluator) |
org.thymeleaf.dom.Text(String, boolean)
Deprecated in 2.1.3. Will be removed in 3.0. Text and CDATA nodes do not perform XML-escaping anymore.
|
org.thymeleaf.dom.Text(String, boolean, String)
Deprecated in 2.1.3. Will be removed in 3.0. Text and CDATA nodes do not perform XML-escaping anymore.
|
org.thymeleaf.dom.Text(String, boolean, String, Integer)
Deprecated in 2.1.3. Will be removed in 3.0. Text and CDATA nodes do not perform XML-escaping anymore.
|
Copyright © 2016 The THYMELEAF team. All rights reserved.