org.thymeleaf.standard.expression
Class DefaultExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.ComplexExpression
          extended by org.thymeleaf.standard.expression.DefaultExpression
All Implemented Interfaces:
java.io.Serializable

public final class DefaultExpression
extends ComplexExpression

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

Constructor Summary
DefaultExpression(Expression queriedExpression, Expression defaultExpression)
           
 
Method Summary
 Expression getDefaultExpression()
           
 Expression getQueriedExpression()
           
 String getStringRepresentation()
           
 
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
 

Constructor Detail

DefaultExpression

public DefaultExpression(Expression queriedExpression,
                         Expression defaultExpression)
Method Detail

getQueriedExpression

public Expression getQueriedExpression()

getDefaultExpression

public Expression getDefaultExpression()

getStringRepresentation

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


Copyright © 2012 The THYMELEAF team. All Rights Reserved.