Package org.thymeleaf.standard.processor
Class StandardSwitchTagProcessor.SwitchStructure
- Object
-
- org.thymeleaf.standard.processor.StandardSwitchTagProcessor.SwitchStructure
-
- Enclosing class:
- StandardSwitchTagProcessor
public static final class StandardSwitchTagProcessor.SwitchStructure extends Object
-
-
Constructor Summary
Constructors Constructor Description SwitchStructure(IStandardExpression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IStandardExpression
getExpression()
boolean
isExecuted()
void
setExecuted(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)
-
-