org.thymeleaf.standard.expression
Class ConditionalExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.ComplexExpression
          extended by org.thymeleaf.standard.expression.ConditionalExpression
All Implemented Interfaces:
Serializable

public final class ConditionalExpression
extends ComplexExpression

Since:
1.1
Author:
Daniel Fernández
See Also:
Serialized Form

Method Summary
 Expression getConditionExpression()
           
 Expression getElseExpression()
           
 String getStringRepresentation()
           
 Expression getThenExpression()
           
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getConditionExpression

public Expression getConditionExpression()

getThenExpression

public Expression getThenExpression()

getElseExpression

public Expression getElseExpression()

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in class Expression


Copyright © 2012 The THYMELEAF team. All Rights Reserved.