|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariablesMap | |
---|---|
org.thymeleaf.context |
Uses of VariablesMap in org.thymeleaf.context |
---|
Methods in org.thymeleaf.context that return VariablesMap | |
---|---|
VariablesMap<K,V> |
VariablesMap.clone()
|
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()
Deprecated. Get attributes from the ServletContext object directly instead. Will be removed in 3.0. |
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()
Deprecated. Get attributes from the HttpServletRequest object directly instead. Will be removed in 3.0. |
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()
Deprecated. Get parameters from the HttpServletRequest object directly instead. Will be removed in 3.0. |
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()
Deprecated. Get attributes from the HttpSession object directly instead. Will be removed in 3.0. |
VariablesMap<String,Object> |
IContext.getVariables()
Returns the VariablesMap object containing the variables that will be
available for the execution of expressions inside templates. |
VariablesMap<String,Object> |
AbstractContext.getVariables()
|
Methods in org.thymeleaf.context with parameters of type VariablesMap | |
---|---|
void |
ForbiddenContextVariableRestriction.checkAccess(VariablesMap<?,?> variablesMap,
String variableName)
|
void |
WarningContextVariableRestriction.checkAccess(VariablesMap<?,?> variablesMap,
String variableName)
|
void |
IContextVariableRestriction.checkAccess(VariablesMap<?,?> variablesMap,
String variableName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |