org.thymeleaf.standard.syntax
Interface StandardSyntax.Value

All Known Subinterfaces:
StandardSyntax.ComplexExpressionValue
All Known Implementing Classes:
StandardSyntax.ConditionalValue, StandardSyntax.DefaultValue, StandardSyntax.LinkValue, StandardSyntax.LiteralValue, StandardSyntax.MsgValue, StandardSyntax.TokenValue, StandardSyntax.VarValue
Enclosing class:
StandardSyntax

public static interface StandardSyntax.Value

Since:
1.0
Author:
Daniel Fernández

Nested Class Summary
static class StandardSyntax.Value.Type
           
 
Method Summary
 String getStringRepresentation()
           
 StandardSyntax.Value.Type getType()
           
 

Method Detail

getType

StandardSyntax.Value.Type getType()

getStringRepresentation

String getStringRepresentation()


Copyright © 2011 The THYMELEAF team. All Rights Reserved.