|
||||||||||
| 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<String,Object> |
WebContext.getApplicationAttributes()
|
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.getRequestAttributes()
|
VariablesMap<String,Object> |
IWebContext.getRequestAttributes()
Returns a VariablesMap object with all the attributes associated
with the HttpServletRequest used for creating the context. |
VariablesMap<String,String[]> |
WebContext.getRequestParameters()
|
VariablesMap<String,String[]> |
IWebContext.getRequestParameters()
Returns a VariablesMap object with all the parameters associated
with the HttpServletRequest used for creating the context. |
VariablesMap<String,Object> |
WebContext.getSessionAttributes()
|
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> |
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 |
WarningContextVariableRestriction.checkAccess(VariablesMap<?,?> variablesMap,
String variableName)
|
void |
ForbiddenContextVariableRestriction.checkAccess(VariablesMap<?,?> variablesMap,
String variableName)
|
void |
IContextVariableRestriction.checkAccess(VariablesMap<?,?> variablesMap,
String variableName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||