org.thymeleaf.standard.syntax
Class StandardSyntax.DefaultValue

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

public static final class StandardSyntax.DefaultValue
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.DefaultValue(StandardSyntax.Value value, StandardSyntax.Value defaultValue)
           
 
Method Summary
 StandardSyntax.Value getDefaultValue()
           
 String getStringRepresentation()
           
 StandardSyntax.Value.Type getType()
           
 StandardSyntax.Value getValue()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardSyntax.DefaultValue

public StandardSyntax.DefaultValue(StandardSyntax.Value value,
                                   StandardSyntax.Value defaultValue)
Method Detail

getValue

public StandardSyntax.Value getValue()

getDefaultValue

public StandardSyntax.Value getDefaultValue()

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.