org.thymeleaf.standard.syntax
Class StandardSyntax.VarValue

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

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

Since:
1.0
Author:
Daniel Fernández

Nested Class Summary
static class StandardSyntax.VarValue.VarExpressionType
           
 
Nested classes/interfaces inherited from interface org.thymeleaf.standard.syntax.StandardSyntax.Value
StandardSyntax.Value.Type
 
Constructor Summary
StandardSyntax.VarValue(String expression, StandardSyntax.VarValue.VarExpressionType expressionType)
           
 
Method Summary
 String getExpression()
           
 StandardSyntax.VarValue.VarExpressionType getExpressionType()
           
 String getStringRepresentation()
           
 StandardSyntax.Value.Type getType()
           
 boolean isSelectionRoot()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardSyntax.VarValue

public StandardSyntax.VarValue(String expression,
                               StandardSyntax.VarValue.VarExpressionType expressionType)
Method Detail

getExpression

public String getExpression()

getExpressionType

public StandardSyntax.VarValue.VarExpressionType getExpressionType()

isSelectionRoot

public boolean isSelectionRoot()

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.