org.thymeleaf.standard.processor.attr
Class AbstractStandardSwitchStructureAttrProcessor.SwitchStructure

Object
  extended by org.thymeleaf.standard.processor.attr.AbstractStandardSwitchStructureAttrProcessor.SwitchStructure
Enclosing class:
AbstractStandardSwitchStructureAttrProcessor

public static final class AbstractStandardSwitchStructureAttrProcessor.SwitchStructure
extends Object


Constructor Summary
AbstractStandardSwitchStructureAttrProcessor.SwitchStructure(Expression expression)
           
 
Method Summary
 Expression getExpression()
           
 boolean isExecuted()
           
 void setExecuted(boolean executed)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStandardSwitchStructureAttrProcessor.SwitchStructure

public AbstractStandardSwitchStructureAttrProcessor.SwitchStructure(Expression expression)
Method Detail

getExpression

public Expression getExpression()

isExecuted

public boolean isExecuted()

setExecuted

public void setExecuted(boolean executed)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.