Class WebActivityExpressionContext

java.lang.Object
org.thymeleaf.context.AbstractContext
org.thymeleaf.context.AbstractExpressionContext
com.aspectran.thymeleaf.context.ActivityExpressionContext
com.aspectran.thymeleaf.context.web.WebActivityExpressionContext
All Implemented Interfaces:
CurrentActivityHolder, org.thymeleaf.context.IContext, org.thymeleaf.context.IExpressionContext, org.thymeleaf.context.IWebContext

public class WebActivityExpressionContext extends ActivityExpressionContext implements org.thymeleaf.context.IWebContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebActivityExpressionContext(Activity activity, org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.web.IWebExchange webExchange)
     
    WebActivityExpressionContext(Activity activity, org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.web.IWebExchange webExchange, Locale locale)
     
    WebActivityExpressionContext(Activity activity, org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.web.IWebExchange webExchange, Locale locale, Map<String,Object> variables)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.thymeleaf.web.IWebExchange
     

    Methods inherited from class com.aspectran.thymeleaf.context.ActivityExpressionContext

    getActivity

    Methods inherited from class org.thymeleaf.context.AbstractExpressionContext

    getConfiguration, getExpressionObjects

    Methods inherited from class org.thymeleaf.context.AbstractContext

    clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariables

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.thymeleaf.context.IContext

    containsVariable, getLocale, getVariable, getVariableNames
  • Constructor Details

    • WebActivityExpressionContext

      public WebActivityExpressionContext(Activity activity, org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.web.IWebExchange webExchange)
    • WebActivityExpressionContext

      public WebActivityExpressionContext(Activity activity, org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.web.IWebExchange webExchange, Locale locale)
    • WebActivityExpressionContext

      public WebActivityExpressionContext(Activity activity, org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.web.IWebExchange webExchange, Locale locale, Map<String,Object> variables)
  • Method Details

    • getExchange

      public org.thymeleaf.web.IWebExchange getExchange()
      Specified by:
      getExchange in interface org.thymeleaf.context.IWebContext