org.thymeleaf.testing.templateengine.context
Interface ITestContext

All Known Implementing Classes:
TestContext

public interface ITestContext


Method Summary
 ITestContext aggregate(ITestContext context)
           
 ITestContextExpression getLocale()
           
 Map<String,ITestContextExpression> getRequestAttributes()
           
 Map<String,ITestContextExpression[]> getRequestParameters()
           
 Map<String,ITestContextExpression> getServletContextAttributes()
           
 Map<String,ITestContextExpression> getSessionAttributes()
           
 Map<String,ITestContextExpression> getVariables()
           
 

Method Detail

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.