org.thymeleaf.standard.syntax
Class StandardSyntax.TokenValue

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

public static final class StandardSyntax.TokenValue
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.TokenValue(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.TokenValue

public StandardSyntax.TokenValue(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.