org.thymeleaf.standard.expression
Class StandardVariableRestrictions

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

public class StandardVariableRestrictions
extends Object

Class containing constants that specify different sets of variable restrictions to be applied during Standard Expression executions.

Since:
2.0.16

Field Summary
static List<IContextVariableRestriction> REQUEST_PARAMETERS_FORBIDDEN
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PARAMETERS_FORBIDDEN

public static final List<IContextVariableRestriction> REQUEST_PARAMETERS_FORBIDDEN


Copyright © 2013 The THYMELEAF team. All Rights Reserved.