org.thymeleaf.standard.expression
Class NumberTokenExpression

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.NumberTokenExpression
All Implemented Interfaces:
Serializable, IStandardExpression

public final class NumberTokenExpression
extends Token

Since:
1.1
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
static char DECIMAL_POINT
           
 
Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
 
Constructor Summary
NumberTokenExpression(String value)
           
 
Method Summary
 String getStringRepresentation()
           Obtain a string representation of the expression.
 
Methods inherited from class org.thymeleaf.standard.expression.Token
getValue, isTokenChar, toString
 
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
 

Field Detail

DECIMAL_POINT

public static final char DECIMAL_POINT
See Also:
Constant Field Values
Constructor Detail

NumberTokenExpression

public NumberTokenExpression(String value)
Method Detail

getStringRepresentation

public String getStringRepresentation()
Description copied from interface: IStandardExpression

Obtain a string representation of the expression.

Specified by:
getStringRepresentation in interface IStandardExpression
Overrides:
getStringRepresentation in class Token
Returns:
the String representation


Copyright © 2014 The THYMELEAF team. All Rights Reserved.