Package org.thymeleaf.standard.processor
Class StandardSwitchTagProcessor.SwitchStructure
- java.lang.Object
-
- org.thymeleaf.standard.processor.StandardSwitchTagProcessor.SwitchStructure
-
- Enclosing class:
- StandardSwitchTagProcessor
public static final class StandardSwitchTagProcessor.SwitchStructure extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleanexecutedprivate IStandardExpressionexpression
-
Constructor Summary
Constructors Constructor Description SwitchStructure(IStandardExpression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IStandardExpressiongetExpression()booleanisExecuted()voidsetExecuted(boolean executed)
-
-
-
Field Detail
-
expression
private final IStandardExpression expression
-
executed
private boolean executed
-
-
Constructor Detail
-
SwitchStructure
public SwitchStructure(IStandardExpression expression)
-
-
Method Detail
-
getExpression
public IStandardExpression getExpression()
-
isExecuted
public boolean isExecuted()
-
setExecuted
public void setExecuted(boolean executed)
-
-