|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.thymeleaf.context.ForbiddenContextVariableRestriction
public class ForbiddenContextVariableRestriction
Forbids access to a specific variable in the map.
Constructor Summary | |
---|---|
ForbiddenContextVariableRestriction(String targetVariableName)
|
|
ForbiddenContextVariableRestriction(String targetVariableName,
String message)
|
Method Summary | |
---|---|
void |
checkAccess(VariablesMap<?,?> variablesMap,
String variableName)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForbiddenContextVariableRestriction(String targetVariableName)
public ForbiddenContextVariableRestriction(String targetVariableName, String message)
Method Detail |
---|
public void checkAccess(VariablesMap<?,?> variablesMap, String variableName)
checkAccess
in interface IContextVariableRestriction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |