Uses of Class
org.thymeleaf.context.VariablesMap

Packages that use VariablesMap
org.thymeleaf.context   
 

Uses of VariablesMap in org.thymeleaf.context
 

Methods in org.thymeleaf.context that return VariablesMap
 VariablesMap<String,Object> IWebContext.getApplicationAttributes()
           Returns a VariablesMap object with all the attributes associated with the ServletContext object linked to the HttpServletRequest used for creating the context.
 VariablesMap<String,Object> WebContext.getApplicationAttributes()
           
 VariablesMap<String,Object> IWebContext.getRequestAttributes()
           Returns a VariablesMap object with all the attributes associated with the HttpServletRequest used for creating the context.
 VariablesMap<String,Object> WebContext.getRequestAttributes()
           
 VariablesMap<String,String[]> IWebContext.getRequestParameters()
           Returns a VariablesMap object with all the parameters associated with the HttpServletRequest used for creating the context.
 VariablesMap<String,String[]> WebContext.getRequestParameters()
           
 VariablesMap<String,Object> IWebContext.getSessionAttributes()
           Returns a VariablesMap object with all the attributes associated with the HttpSession object linked to the HttpServletRequest used for creating the context.
 VariablesMap<String,Object> WebContext.getSessionAttributes()
           
 VariablesMap<String,Object> AbstractContext.getVariables()
           
 VariablesMap<String,Object> IContext.getVariables()
           Returns the VariablesMap object containing the variables that will be available for the execution of expressions inside templates.
 



Copyright © 2011 The THYMELEAF team. All Rights Reserved.