org.thymeleaf.standard.expression
Class StandardExpressionExecutionContext
Object
  
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
 
 
 
 
| Methods inherited from class Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NORMAL
public static final StandardExpressionExecutionContext NORMAL
PREPROCESSING
public static final StandardExpressionExecutionContext PREPROCESSING
UNESCAPED_EXPRESSION
public static final StandardExpressionExecutionContext UNESCAPED_EXPRESSION
StandardExpressionExecutionContext
public StandardExpressionExecutionContext(boolean forbidRequestParameters)
getForbidRequestParameters
public boolean getForbidRequestParameters()
 
Copyright © 2013 The THYMELEAF team. All Rights Reserved.