org.thymeleaf.testing.templateengine.context
Interface ITestContext
- All Known Implementing Classes:
- TestContext
public interface ITestContext
getLocale
ITestContextExpression getLocale()
getVariables
Map<String,ITestContextExpression> getVariables()
getRequestParameters
Map<String,ITestContextExpression[]> getRequestParameters()
getRequestAttributes
Map<String,ITestContextExpression> getRequestAttributes()
getSessionAttributes
Map<String,ITestContextExpression> getSessionAttributes()
getServletContextAttributes
Map<String,ITestContextExpression> getServletContextAttributes()
aggregate
ITestContext aggregate(ITestContext context)
Copyright © 2013 The THYMELEAF team. All Rights Reserved.