Deprecated API


Contents
Deprecated Methods
org.thymeleaf.context.IWebContext.getContextPath()
          Deprecated in favor of simpler APIs. Will be removed in 2.0.0. Use getHttpServletRequest().getContextPath() instead. 
org.thymeleaf.context.IWebContext.getSessionID()
          Deprecated in favor of simpler APIs. Will be removed in 2.0.0. Use getHttpSession().getId() instead. 
org.thymeleaf.context.IWebContext.isSessionIdFromCookie()
          Deprecated in favor of simpler APIs. Will be removed in 2.0.0. Use getHttpServletRequest().isRequestedSessionIdFromCookie() instead. 
 

Deprecated Constructors
org.thymeleaf.context.WebContext(HttpServletRequest)
          Will be removed in 1.2.0. Use the version of this constructor receiving also the ServletContext instead. 
org.thymeleaf.context.WebContext(HttpServletRequest, Locale)
          Will be removed in 1.2.0. Use the version of this constructor receiving also the ServletContext instead. 
org.thymeleaf.context.WebContext(HttpServletRequest, Locale, Map)
          Will be removed in 1.2.0. Use the version of this constructor receiving also the ServletContext instead. 
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.