org.thymeleaf.standard.syntax
Class StandardSyntax.ConditionalValue

Object
  extended by org.thymeleaf.standard.syntax.StandardSyntax.ConditionalValue
All Implemented Interfaces:
StandardSyntax.ComplexExpressionValue, StandardSyntax.Value
Enclosing class:
StandardSyntax

public static final class StandardSyntax.ConditionalValue
extends Object
implements StandardSyntax.ComplexExpressionValue

Since:
1.0
Author:
Daniel Fernández

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.thymeleaf.standard.syntax.StandardSyntax.Value
StandardSyntax.Value.Type
 
Constructor Summary
StandardSyntax.ConditionalValue(StandardSyntax.Value conditionValue, StandardSyntax.Value thenValue, StandardSyntax.Value elseValue)
           
 
Method Summary
 StandardSyntax.Value getConditionValue()
           
 StandardSyntax.Value getElseValue()
           
 String getStringRepresentation()
           
 StandardSyntax.Value getThenValue()
           
 StandardSyntax.Value.Type getType()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardSyntax.ConditionalValue

public StandardSyntax.ConditionalValue(StandardSyntax.Value conditionValue,
                                       StandardSyntax.Value thenValue,
                                       StandardSyntax.Value elseValue)
Method Detail

getConditionValue

public StandardSyntax.Value getConditionValue()

getThenValue

public StandardSyntax.Value getThenValue()

getElseValue

public StandardSyntax.Value getElseValue()

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in interface StandardSyntax.Value

toString

public String toString()
Overrides:
toString in class Object

getType

public StandardSyntax.Value.Type getType()
Specified by:
getType in interface StandardSyntax.Value


Copyright © 2011 The THYMELEAF team. All Rights Reserved.