org.thymeleaf.standard.syntax
Class StandardSyntax.LiteralValue

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

public static final class StandardSyntax.LiteralValue
extends Object
implements StandardSyntax.Value

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

Constructor Detail

StandardSyntax.LiteralValue

public StandardSyntax.LiteralValue(String value)
Method Detail

getValue

public String getValue()

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.