Uses of Interface
org.thymeleaf.testing.templateengine.context.ITestContextExpression
-
Packages that use ITestContextExpression Package Description org.thymeleaf.testing.templateengine.context -
-
Uses of ITestContextExpression in org.thymeleaf.testing.templateengine.context
Classes in org.thymeleaf.testing.templateengine.context that implement ITestContextExpression Modifier and Type Class Description class
OgnlTestContextExpression
Methods in org.thymeleaf.testing.templateengine.context that return ITestContextExpression Modifier and Type Method Description ITestContextExpression
ITestContext. getLocale()
ITestContextExpression
TestContext. getLocale()
Methods in org.thymeleaf.testing.templateengine.context that return types with arguments of type ITestContextExpression Modifier and Type Method Description Map<String,ITestContextExpression>
ITestContext. getApplicationAttributes()
Map<String,ITestContextExpression>
TestContext. getApplicationAttributes()
Map<String,ITestContextExpression>
ITestContext. getRequestAttributes()
Map<String,ITestContextExpression>
TestContext. getRequestAttributes()
Map<String,ITestContextExpression>
ITestContext. getSessionAttributes()
Map<String,ITestContextExpression>
TestContext. getSessionAttributes()
Map<String,ITestContextExpression>
ITestContext. getVariables()
Map<String,ITestContextExpression>
TestContext. getVariables()
Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITestContextExpression Modifier and Type Method Description void
TestContext. setLocale(ITestContextExpression locale)
-