Uses of Interface
org.thymeleaf.context.IContextVariableRestriction

Packages that use IContextVariableRestriction
org.thymeleaf.context   
org.thymeleaf.standard.expression   
 

Uses of IContextVariableRestriction in org.thymeleaf.context
 

Classes in org.thymeleaf.context that implement IContextVariableRestriction
 class ForbiddenContextVariableRestriction
           Forbids access to a specific variable in the map.
 class WarningContextVariableRestriction
           Allows access to a specific variable in the map, but outputs a warning through the log.
 

Methods in org.thymeleaf.context that return types with arguments of type IContextVariableRestriction
 List<IContextVariableRestriction> VariablesMap.getRestrictions()
           
 

Method parameters in org.thymeleaf.context with type arguments of type IContextVariableRestriction
 void VariablesMap.setRestrictions(List<IContextVariableRestriction> restrictions)
           
 

Uses of IContextVariableRestriction in org.thymeleaf.standard.expression
 

Fields in org.thymeleaf.standard.expression with type parameters of type IContextVariableRestriction
static List<IContextVariableRestriction> StandardVariableRestrictions.REQUEST_PARAMETERS_FORBIDDEN
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.