org.thymeleaf.standard.expression
Class SelectionVariableExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.SimpleExpression
          extended by org.thymeleaf.standard.expression.SelectionVariableExpression
All Implemented Interfaces:
java.io.Serializable

public final class SelectionVariableExpression
extends SimpleExpression

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

Constructor Summary
SelectionVariableExpression(String expression)
           
 
Method Summary
 String getExpression()
           
 String getStringRepresentation()
           
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionVariableExpression

public SelectionVariableExpression(String expression)
Method Detail

getExpression

public String getExpression()

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in class Expression


Copyright © 2012 The THYMELEAF team. All Rights Reserved.