org.thymeleaf.standard.expression
Class GenericTokenExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.SimpleExpression
          extended by org.thymeleaf.standard.expression.Token
              extended by org.thymeleaf.standard.expression.GenericTokenExpression
All Implemented Interfaces:
Serializable, IStandardExpression

public final class GenericTokenExpression
extends Token

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.thymeleaf.standard.expression.Token
Token.TokenParsingTracer
 
Field Summary
 
Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
 
Method Summary
static GenericTokenExpression parseGenericToken(String input)
           
 String toString()
           
 
Methods inherited from class org.thymeleaf.standard.expression.Token
getStringRepresentation, getValue, isTokenChar
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Token

parseGenericToken

public static GenericTokenExpression parseGenericToken(String input)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.