org.thymeleaf.standard.expression
Class StandardExpressionExecutionContext

Object
  extended by org.thymeleaf.standard.expression.StandardExpressionExecutionContext

public final class StandardExpressionExecutionContext
extends Object

Context class that contains several conditions that might be of interest to the expression executor (like for instance, whether the expression comes from preprocessing or not)

Since:
2.0.16
Author:
Daniel Fernández

Field Summary
static StandardExpressionExecutionContext NORMAL
           
static StandardExpressionExecutionContext PREPROCESSING
           
static StandardExpressionExecutionContext UNESCAPED_EXPRESSION
           
 
Constructor Summary
StandardExpressionExecutionContext(boolean forbidRequestParameters)
           
 
Method Summary
 boolean getForbidRequestParameters()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final StandardExpressionExecutionContext NORMAL

PREPROCESSING

public static final StandardExpressionExecutionContext PREPROCESSING

UNESCAPED_EXPRESSION

public static final StandardExpressionExecutionContext UNESCAPED_EXPRESSION
Constructor Detail

StandardExpressionExecutionContext

public StandardExpressionExecutionContext(boolean forbidRequestParameters)
Method Detail

getForbidRequestParameters

public boolean getForbidRequestParameters()


Copyright © 2013 The THYMELEAF team. All Rights Reserved.