Uses of Interface
org.thymeleaf.testing.templateengine.context.ITestContextExpression

Packages that use ITestContextExpression
org.thymeleaf.testing.templateengine.context   
 

Uses of ITestContextExpression in org.thymeleaf.testing.templateengine.context
 

Classes in org.thymeleaf.testing.templateengine.context that implement ITestContextExpression
 class OgnlTestContextExpression
           
 

Methods in org.thymeleaf.testing.templateengine.context that return ITestContextExpression
 ITestContextExpression TestContext.getLocale()
           
 ITestContextExpression ITestContext.getLocale()
           
 

Methods in org.thymeleaf.testing.templateengine.context that return types with arguments of type ITestContextExpression
 Map<String,ITestContextExpression> TestContext.getRequestAttributes()
           
 Map<String,ITestContextExpression> ITestContext.getRequestAttributes()
           
 Map<String,ITestContextExpression> TestContext.getServletContextAttributes()
           
 Map<String,ITestContextExpression> ITestContext.getServletContextAttributes()
           
 Map<String,ITestContextExpression> TestContext.getSessionAttributes()
           
 Map<String,ITestContextExpression> ITestContext.getSessionAttributes()
           
 Map<String,ITestContextExpression> TestContext.getVariables()
           
 Map<String,ITestContextExpression> ITestContext.getVariables()
           
 

Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITestContextExpression
 void TestContext.setLocale(ITestContextExpression locale)
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.