org.thymeleaf.standard.expression
Class Token

Object
  extended by org.thymeleaf.standard.expression.Token
All Implemented Interfaces:
Serializable

public final class Token
extends Object
implements Serializable

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

Method Summary
 String getStringRepresentation()
           
 String getValue()
           
static Token parse(String input)
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public String getValue()

getStringRepresentation

public String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object

parse

public static Token parse(String input)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.