Deprecated API


Contents
Deprecated Classes
org.thymeleaf.templateparser.xmldom.AbstractNonValidatingDOMTemplateParser
          DOM parsers are not supported anymore. Use SAX equivalents instead. 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
          The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required. 
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. 
 

Deprecated Methods
org.thymeleaf.dom.Node.applyDialectPrefix(String, String)
          Deprecated in 2.1.0. Use Attribute.applyPrefixToAttributeName(String, String) or Element.applyPrefixToElementName(String, String) instead. 
org.thymeleaf.context.WebContext.getApplicationAttributes()
          Get attributes from the ServletContext object directly instead. Will be removed in 3.0. 
org.thymeleaf.dom.Element.getNormalizedPrefix()
          Deprecated in 2.1.0. There is no actual usage of this method 
org.thymeleaf.dom.Attribute.getNormalizedPrefix()
          Deprecated in 2.1.0. There is no actual usage of this method 
org.thymeleaf.util.PrefixUtils.getPrefix(String)
          The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required. 
org.thymeleaf.context.WebContext.getRequestAttributes()
          Get attributes from the HttpServletRequest object directly instead. Will be removed in 3.0. 
org.thymeleaf.context.WebContext.getRequestParameters()
          Get parameters from the HttpServletRequest object directly instead. Will be removed in 3.0. 
org.thymeleaf.context.WebContext.getSessionAttributes()
          Get attributes from the HttpSession object directly instead. Will be removed in 3.0. 
org.thymeleaf.util.PrefixUtils.getUnprefixed(String)
          The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required. 
org.thymeleaf.dom.Element.getUnprefixedNormalizedName()
          Deprecated in 2.1.0. There is no actual usage of this method 
org.thymeleaf.dom.Attribute.getUnprefixedNormalizedName()
          Deprecated in 2.1.0. There is no actual usage of this method 
org.thymeleaf.dom.Attribute.getXmlnsPrefix()
          Deprecated in 2.1.0. The only usage of this method is at the moment of writing the template. No need to be always pre-computed. 
org.thymeleaf.dom.Element.hasPrefix()
          Deprecated in 2.1.0. There is no actual usage of this method 
org.thymeleaf.dom.Attribute.hasPrefix()
          Deprecated in 2.1.0. There is no actual usage of this method 
org.thymeleaf.util.PrefixUtils.hasPrefix(String)
          The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required. 
org.thymeleaf.dialect.AbstractDialect.isLenient()
          The leniency flag is not used anymore since 2.1.0. Will be removed in 3.0. This method was removed from the IDialect interface and added here as a default implementation in order to allow backwards-compatibility of dialects. 
org.thymeleaf.dom.Attribute.isXmlnsAttribute()
          Deprecated in 2.1.0. The only usage of this method is at the moment of writing the template. No need to be always pre-computed. 
org.thymeleaf.dom.Node.normalizeName(String)
          Deprecated in 2.1.0. Use Attribute.normalizeAttributeName(String) or Element.normalizeElementName(String) instead. 
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.